Re: [PHP-DB] mysql_connect() Help

2008-03-08 Thread Manysh
. On Sat, Mar 8, 2008 at 1:36 PM, Manysh [EMAIL PROTECTED] wrote: Hi, I am trying to make a connection to the MySQL database from PHP but it seems like I am missing a step or something and hence cannot connect to the database. I have tried everything but I can't figure out why. Please

Re: [PHP-DB] mysql_connect() Help

2008-03-08 Thread Manysh
to the database; else echo Still not connected to the database; mysql_close($link); ? On Sat, Mar 8, 2008 at 7:22 PM, Matt Anderton [EMAIL PROTECTED] wrote: Manysh -- maybe you missed the MySQL extension installation? 2nd or 3rd screen in the setup process there is a list of extensions -- none

Re: [PHP-DB] mysql_connect() Help

2008-03-08 Thread Manysh
Awesome... that worked! The PHPIniDir was pointing to my earlier installation. Thanks Matt and Jon! Your help is much appreciated. Jon, thanks for sending the script. Manysh On Sat, Mar 8, 2008 at 9:57 PM, Matt Anderton [EMAIL PROTECTED] wrote: httpd.conf should have something like