Forum Moderators: coopster
I want to learn how to implement a database using php. Before I would create a database using Access, upload the database to the server (different server) and then manipulate it using ASP and SQL.
My question in this long winded post is... How do I create a database to upload my PHP enabled server. Is there an equivalent to Access or something?
I told ya I was going to show my ignorance. I'm a complete noob to this. I'm a Microsoft kinda guy, but wanting to change my ways.
You'll first want some kind of database structure - you know, the empty tables with various fields in them - you can make this with phpmyadmin and then it directly 'makes' these in your database on the server. Or you can use some kind of 'frontend' program, like mysqlcc available from mysql.com, which does this on your own local computer. When your info here is ready, you make a 'sql dump', and this can then be uploaded via phpmyadmin and that adds those tables and info stuff to your database.
Then you'll probably use php and just your browser to populate the rest of the database.
Cross-Platform Support. MySQL is available on more than twenty different platforms including major Linux distributions, Mac OS X, UNIX and Microsoft Windows.
That does include the MySQL Control Center, along with the database and other MySQL-related programs.
There are a number of fantastic tutorials out there for setting up Apache, PHP, and MySQL together on a WinXP box. Do a few searches on your favorite search engine and you're bound to come up with one that suits you.
<edit>oops - left out a line</edit>
Install Apache, PHP, MySQL and PHPmyAdmin on XP [webmasterworld.com]
give a try and report
cheers
Henry