[PHP] Mysterious MYSQL Error..

2001-07-22 Thread Greg Schnippel
I'm stumped on this one.. I set up PHP 4.04/Apache/Mysql 3.23 on my Windows 98 box for development purpouses. Its been working flawlessly for 2-3 years now (using the same configuration files, etc). However, as of 3 days ago, i can't get it to execute a simple select * from table query. Here's

RE: [PHP] Mysterious MYSQL Error..

2001-07-22 Thread Greg Schnippel
to explain it to a colleague. I should 'pretend' to send a letter to php-general next time :p -greg -Original Message- From: Greg Schnippel [mailto:[EMAIL PROTECTED]] Sent: Sunday, July 22, 2001 9:48 AM To: [EMAIL PROTECTED] Subject: [PHP] Mysterious MYSQL Error.. I'm stumped on this one.. I

Re: [PHP] Mysterious MYSQL Error..

2001-07-22 Thread Steve Edberg
Do you know if you've even made a valid database connection? Try echoing $this-database as well. If that is null, you haven't connected to your database; perhaps the username, password and or permissions were changed, so that you're unable to connect from your PHP program. - steve