[SOLVED] Link syntax trouble using db variable
Posted: Wed Sep 08, 2004 3:23 pm
Am trying to link to a variable, and I have successfully used this code previously:
This time, however, I am getting the following parsing error:

Code: Select all
echo("<a href="updateorder.php?order_no={$row['order_no']}">$row["order_no"]</a>");Can anyone tell me what I've done wrong?Parse error: parse error, unexpected '\"', expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/michigan/www/www/updatelist.php on line 125