jeff5656 Posted April 21, 2009 Share Posted April 21, 2009 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']; } ?> Quote Link to comment https://forums.phpfreaks.com/topic/154961-solved-parse-error/ Share on other sites More sharing options...
premiso Posted April 21, 2009 Share Posted April 21, 2009 echo $row3['pud']; Quote Link to comment https://forums.phpfreaks.com/topic/154961-solved-parse-error/#findComment-815102 Share on other sites More sharing options...
jeff5656 Posted April 21, 2009 Author Share Posted April 21, 2009 Duh. Thanks :-) Quote Link to comment https://forums.phpfreaks.com/topic/154961-solved-parse-error/#findComment-815104 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.