Hi,

>              $result2 = mysql_query("SELECT * FROM convicts WHERE ship =
> '$id' ORDER BY convict",$db);
> $row = mysql_fetch_array($result2) // !!!!! you are missing a ";"
this is where you get the parse error from!

> --
> 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 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]

Reply via email to