Jump to content

[SOLVED] Parse error


jeff5656

Recommended Posts

I get this error with this code:

Parse error: parse error, expecting `','' or `';'' in C:\wamp\www\mc\displayactive.php on line 171

 

 

$consultsq3 = "SELECT * FROM icu INNER JOIN bundle ON icu.id_incr = bundle.pt_id AND icu.id_incr = ' " . $row['id_incr'] . " '"; 

$result3 = mysql_query ($consultsq3) or die ("Invalid query: " . mysql_error ());
while ($row3 = mysql_fetch_assoc ($result3)) {
echo row3['pud'];
}
?>

Link to comment
https://forums.phpfreaks.com/topic/154961-solved-parse-error/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.