Page 1 of 1

PHp and dtatbase

Posted: Thu Sep 19, 2002 8:27 am
by pelegk
i saw that php can work with some kind's of databse.
wich the most simple to use that you recommand and where i can find a tool that i can create that database file ?
thanks
peleg

Posted: Thu Sep 19, 2002 8:33 am
by twigletmac
The most common database that people use with PHP is MySQL which you can download from mysql.com. phpMyAdmin is an interface to MySQL that a lot of people use.

Check out http://www.phpcomplete.com for tutorials to get you started using MySQL and PHP.

Mac