Re: [PHP-DB] Something Stupid

2001-02-07 Thread Curtis Maurand
s. Curtis - Original Message - From: "Jason Beebe" <[EMAIL PROTECTED]> To: "Curtis Maurand" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, February 07, 2001 1:57 AM Subject: RE: [PHP-DB] Something Stupid > drop the ; from the while. it is n

RE: [PHP-DB] Something Stupid

2001-02-06 Thread Jason Beebe
] Subject: [PHP-DB] Something Stupid I have got to be doien something stupid. consider the following code. hosts, usernames and passwords have been changed to protect the innocent. \n"); } ?> I get no output and no errors. I use code almost identical to this all over the pl

Re: [PHP-DB] Something Stupid

2001-02-06 Thread nuitari
> $mysql_link = mysql_connect("myhost.domain.com","some.user","some.password " you are missing a ); > while($rows = mysql_fetch_array($myresult)); there is a ; that is not needed -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

[PHP-DB] Something Stupid

2001-02-06 Thread Curtis Maurand
I have got to be doien something stupid. consider the following code. hosts, usernames and passwords have been changed to protect the innocent. \n"); } ?> I get no output and no errors. I use code almost identical to this all over the place, yet this one doesn;t work. I've trie