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
drop the ; from the while. it is not parsing anything within the scope of the while loop because there is a ; saying the while loop ends w/o doing anything. -Original Message- From: Curtis Maurand [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 06, 2001 9:39 PM To: [EMAIL PROTECTED] Su

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