Help in arranging quotation marks:D
Posted: Fri Sep 02, 2011 12:58 am
Can someone help me to arrange the quotation marks cause i got the error,
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ',' or ';'
echo "<tr class='d0' onmouseover='Changecolor(this, true);
' onmouseout='ChangeColor(this, false);
' onclick='DoNav(""view_place1.php?id=".$row['id'].""; ");
' style='cursor:pointer'>";
Thanks in advance.
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ',' or ';'
echo "<tr class='d0' onmouseover='Changecolor(this, true);
' onmouseout='ChangeColor(this, false);
' onclick='DoNav(""view_place1.php?id=".$row['id'].""; ");
' style='cursor:pointer'>";
Thanks in advance.