How to Connect MYSQL WITH PHP

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
mgrphp
Forum Newbie
Posts: 2
Joined: Sat Feb 28, 2004 4:35 am
Location: Aurangabad.

How to Connect MYSQL WITH PHP

Post by mgrphp »

Please give me script details of configuration details about how to
connect MYSQL with PHP so as php scripts can access database. ?
User avatar
JayBird
Admin
Posts: 4524
Joined: Wed Aug 13, 2003 7:02 am
Location: York, UK
Contact:

Post by JayBird »

Isn't the manual a wonderful thing!

http://se.php.net/manual/en/function.mysql-connect.php

Mark
Post Reply