Paerse error
Posted: Thu May 21, 2009 8:05 am
I'm a newbie here.... I've been getting an parse error with the following code can someone help.
Error:
Parse error: parse error, expecting `','' or `';''
Code: Select all
<?php echo '<a href="details.php?article_id='.$row['article_id'].'">'echo $row['title']'</a>' ; ?>Parse error: parse error, expecting `','' or `';''