MySQL and PHP problem

2001-09-22 Thread Ben Edwards
[Reposting cos left error message out, sorry] Had a fully working installation of MySQL 3.23 with PHP 6.0.6. I then foolishly installed PGP which included PGPNet and I cant access my MySQL database from PHP. When I try to connect I get error 'Access denied for user: '@GREEN' to database 'sub

MySQL and PHP problem

2001-09-22 Thread Ben Edwards
Had a fully working installation of MySQL 3.23 with PHP 6.0.6. I then foolishly installed PGP which included PGPNet and I cant access my MySQL database from PHP. When I try to connect I get error '', another strange thing is under MyODBC it says 'Not Found'. I have re-installed both PHP and

RE: Novice mySQL and PHP problem

2001-05-29 Thread Ravi Raman
To: 'Scott Spearman'; '[EMAIL PROTECTED]' Subject: RE: Novice mySQL and PHP problem > -Original Message- > From: Scott Spearman [mailto:[EMAIL PROTECTED]] > Sent: 29. maj 2001 18:50 > To: [EMAIL PROTECTED] > Subject: Novice mySQL and PHP problem > >

RE: Novice mySQL and PHP problem

2001-05-29 Thread Grosen Friis
> -Original Message- > From: Scott Spearman [mailto:[EMAIL PROTECTED]] > Sent: 29. maj 2001 18:50 > To: [EMAIL PROTECTED] > Subject: Novice mySQL and PHP problem > > > When I do my query: > mysql_query(SELECT * FROM users WHERE name='$sentname&#

Novice mySQL and PHP problem

2001-05-29 Thread Scott Spearman
When I do my query: mysql_query(SELECT * FROM users WHERE name='$sentname'); it always returns 0 elements. $sentname is comming from form input on a page that POST's to my current page. I have checked this value and it is what I expect, usually Scott for testing purposes. The first record in t