PHp and dtatbase

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
pelegk
Forum Newbie
Posts: 5
Joined: Wed Sep 18, 2002 6:26 am

PHp and dtatbase

Post 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
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post 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
Post Reply