Unable to establish database connection via PHP3

2002-12-25 Thread Mohammed Fouwaaz
Hello mysql gurus I am fairly new to mysql and php3. mysql server is running ok and I created a table and inserted a few records. php3 is also working ok and I am able to run a regular 'Hello World' script. BUT when I include a phpinfo() and call that -- I don't see an entry with the

Re: Unable to establish database connection via PHP3

2002-12-25 Thread Gerald R. Jensen
Did you configure your web server (Apache?) for MySQL and PHP? - Original Message - From: Mohammed Fouwaaz [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, December 25, 2002 11:59 AM Subject: Unable to establish database connection via PHP3 Hello mysql gurus I am fairly new

Re: Unable to establish database connection via PHP3

2002-12-25 Thread Mohammed Fouwaaz
? - Original Message - From: Mohammed Fouwaaz [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, December 25, 2002 11:59 AM Subject: Unable to establish database connection via PHP3 Hello mysql gurus I am fairly new to mysql and php3. mysql server is running ok and I created a table

Re: Unable to establish database connection via PHP3

2002-12-25 Thread Doug Thompson
This is a PHP issue. I don't recall the version when MySQL support became standard, but PHP3 is too old to be of much use. Especially with the new features for security introduced in PHP 4.2.0. Your best bet is to upgrade to a current release of PHP. That way you'll have MySQL support

Re: Unable to establish database connection via PHP3

2002-12-25 Thread Gerald R. Jensen
Don't know anything about PWS ... - Original Message - From: Mohammed Fouwaaz [EMAIL PROTECTED] To: Gerald R. Jensen [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, December 25, 2002 12:36 PM Subject: Re: Unable to establish database connection via PHP3 It is Personal Web

Unable to establish database connection via PHP3

2002-12-25 Thread Mohammed Fouwaaz
: Sent: Wednesday, December 25, 2002 12:36 PM Subject: Re: Unable to establish database connection via PHP3 It is Personal Web Server -- but I am not sure whether any special configuration is necessary for MySQL and PHP3. I installed PWS first and then MySQL and lastly PHP3. Thanks Regards