Close Search Box
Search Box

Search: From:

Close
Newsletter

9Tutorials to your Inbox



In tag:

Converting MS Access to MySQL

For small and large database projects, Microsoft Access works wonderfully. If you have a database with hundreds of thousands of records, maybe even connecting to other databases remotely. Security isn’t too much of a problem (no Access database is truly secure), and with a wide range of options for publishing and reporting on your data.

2,220 views
1 Star2 Star3Star4 Star5 Star (8 votes, average: 3.88 out of 5)

Creating an object oriented MySQL abstraction class

In this tutorial I will show you how you can create an object oriented database abstraction class for MySQL database. Besides the basic functions this manager class can summarize total time spent with db connection and query execution and counts how many query were executed.

2,405 views
1 Star2 Star3Star4 Star5 Star (5 votes, average: 3 out of 5)

8 Essential MySQL Queries

Here”s a list of queries that I found myself using very often and that save me a lot of development time. I hope you can benefit from them as well.

8,013 views
1 Star2 Star3Star4 Star5 Star (11 votes, average: 4.45 out of 5)

Creating sortable lists with PHP and Ajax

You might have been in a situation before where you had a list of items in your database that needed to be output in a specific order. These items could be anything: perhaps a listing of your favourite movies or your favourite books.

5,441 views
1 Star2 Star3Star4 Star5 Star (11 votes, average: 3.64 out of 5)

Going to the Polls with PHP: Part 2 - Admin panel

The next step in building this application is to provide the administrator with an easy way to add and delete questions and answers from the MySQL database.

2,819 views
1 Star2 Star3Star4 Star5 Star (2 votes, average: 2 out of 5)

Going to the Polls with PHP: Part 1 - The frontside

It’s a polling system for a web site, one which allows you to quickly measure what your visitors think about controversial issues (Kerry versus Bush, to-mah-to versus to-mae-to, that kind of thing).

1,876 views
1 Star2 Star3Star4 Star5 Star (1 votes, average: 5 out of 5)