MYSQL Tutorial

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
User avatar
Mastermind
Forum Commoner
Posts: 36
Joined: Thu Mar 10, 2005 2:38 am
Location: CDO,Philippines
Contact:

MYSQL Tutorial

Post by Mastermind »

Dear friends,
How to make a database in php using mysql and connect into program..
User avatar
infolock
DevNet Resident
Posts: 1708
Joined: Wed Sep 25, 2002 7:47 pm

Post by infolock »

2 things : There is a manual included with every mysql distribution located in the DOCS directory of the MySQL Folder.


Secondly, http://www.php.net/mysql has all your answers as far as connecting to it. Only thing you can do is read, try, and learn with the rest of us ;)
Corvin Gröning
Forum Newbie
Posts: 16
Joined: Tue May 03, 2005 1:02 pm

Post by Corvin Gröning »

There is sufficient material on mysql.com and php.net. When you don't like that feed Google with "mysql tutorial", you'll find thousands of helpful websites.
Post Reply