I am trying to pass a sql row result as a key into an url.
I am getting the following error:
Parse error: syntax error, unexpected '' (T_ENCAPSED_AND_WHITESPACE), expecting identifier (T_STRING) or variable (T_VARIABLE) or number (T_NUM_STRING) in
with my php line :
echo "<td>" . "<a href=\"viewDetails.php?"."$row['title']"."\>Betterdisplay</a>" . "</td>";