RE: QS works if applied through phpMyAdmin but not from a PHP-Script

2001-05-06 Thread Johnny Withers
- From: Chris Bolt [mailto:[EMAIL PROTECTED]] Sent: Sunday, May 06, 2001 11:51 AM To: [EMAIL PROTECTED] Subject: RE: QS works if applied through phpMyAdmin but not from a PHP-Script Have you looked at mysql_error() ? Are you sure $select_ is a valid php variable name? > Oi, > > I cannot get my

RE: QS works if applied through phpMyAdmin but not from a PHP-Script

2001-05-06 Thread Chris Bolt
Have you looked at mysql_error() ? Are you sure $select_ is a valid php variable name? > Oi, > > I cannot get my head around that. > I got a QS that worked fine, then I edited the PHP-script, not the part > which is now causing errors, and it does not work anymore. That > is strange, > if there w

QS works if applied through phpMyAdmin but not from a PHP-Script

2001-05-06 Thread Sven Burmeister
Oi, I cannot get my head around that. I got a QS that worked fine, then I edited the PHP-script, not the part which is now causing errors, and it does not work anymore. That is strange, if there was a mistake in my query qhy should it work on my PC but not on the web? Well maybe different vers