[PHP-DB] RE: MySql Help needed

2003-03-31 Thread Adam Douglas
Are you sure you give access to this user from the machine to the database server? Check IP address permissions and if the user has access to the specific table and/or database in MySQL. Also check to make sure the database server is setup to allow you access from your machine.. check the MySQL

RE: [PHP-DB] Using A Query Results Multiple Times

2001-10-24 Thread Adam Douglas
Yes, I had the right code just was missing the mysql_data_seek. Thanks for the help. -Original Message- From: Rick Emery [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 23, 2001 1:09 PM To: 'Adam Douglas'; PHP-DB (mailing list) (E-mail) Subject: RE: [PHP-DB] Using A Query Results

RE: [PHP-DB] Using A Query Results Multiple Times

2001-10-24 Thread Adam Douglas
Thanks for the help. I had all the code right just had to add the mysql_data_seek. Wasn't aware it operated in this manner. -Original Message- From: Peter Lovatt [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 23, 2001 3:41 PM To: Adam Douglas; PHP-DB (mailing list) (E-mail); PHP

[PHP-DB] Using A Query Results Multiple Times

2001-10-23 Thread Adam Douglas
I have an instance where I have to query my MySQL database and then use the multiple row results to create multiple pull down menus on a web page. My problem is how can I take the results of the query and use them more the once to create pull down menus? I've always used a while look to

[PHP-DB] MySQL Connection Lost....

2001-08-13 Thread Adam Douglas
Ok I've finally gotten MySQL 3.23.37 installed and operating. Thanks to all that helped! The problem I'm now experiencing is when I try to interface with MySQL via PHP. MySQL seems to work fine by logging into MySQL directly and through a MySQL GUI Client. I get the following error...