Hi,
i used the below sentence
echo "<td><a href=<?=$row['designer_numbe r']?>>".$row['first_name']."</a></td>";
In that i got the error:
Parse error: syntax error, unexpected T_ENCAPSED_AND_ WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /usr/local/etc/httpd/sites/tanbo.com/abstractgamearc hive/mockup/designers.php on line 169
what's the mistake in that.Plz tell that.
i used the below sentence
echo "<td><a href=<?=$row['designer_numbe r']?>>".$row['first_name']."</a></td>";
In that i got the error:
Parse error: syntax error, unexpected T_ENCAPSED_AND_ WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /usr/local/etc/httpd/sites/tanbo.com/abstractgamearc hive/mockup/designers.php on line 169
what's the mistake in that.Plz tell that.
Comment