[PHP-DB] Parsing Error

2001-09-05 Thread Jeff Grossman
I keep getting a Parsing Error on line 1 error with the following page. What am I doing wrong? !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd; html head titlexxx/title /head body ?php $hostName=xxx; $userName=xxx;

Re: [PHP-DB] Parsing Error

2001-09-05 Thread Bas Jobsen
Maybe rename your page to loose.php -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP-DB] Parsing Error

2001-07-07 Thread Jeff Grossman
I keep getting the following error: Warning: Supplied argument is not a valid MySQL result resource in /home/httpd/html/stats/jobs/listing.php on line 33 Warning: Supplied argument is not a valid MySQL result resource in /home/httpd/html/stats/jobs/listing.php on line 43 when I try to display

RE: [PHP-DB] Parsing Error

2001-07-07 Thread Larry Rivera
After a brief look it appears that your call to mysql_query is incorrect after the query then , then the link resource -Original Message- From: Jeff Grossman [mailto:[EMAIL PROTECTED]] Sent: Saturday, July 07, 2001 6:23 PM To: [EMAIL PROTECTED] Subject: [PHP-DB] Parsing Error I keep

Re: [PHP-DB] Parsing Error

2001-07-07 Thread Jeff Grossman
after the query then , then the link resource -Original Message- From: Jeff Grossman [mailto:[EMAIL PROTECTED]] Sent: Saturday, July 07, 2001 6:23 PM To: [EMAIL PROTECTED] Subject: [PHP-DB] Parsing Error I keep getting the following error: Warning: Supplied argument is not a valid MySQL

RE: [PHP-DB] Parsing Error

2001-07-07 Thread Larry Rivera
I don't see why you are using printf there try print instead or echo ;)0 -Original Message- From: Jeff Grossman [mailto:[EMAIL PROTECTED]] Sent: Saturday, July 07, 2001 6:56 PM To: [EMAIL PROTECTED] Subject: Re: [PHP-DB] Parsing Error Thanks Larry. Now I am getting a printf too few