Posted by Rik on 11/19/02 11:46
ste wrote:
>> echo "\n\t\t<td><img src=\".$row['imagelocation']." /></td>";
> When I first ran it, I had a message saying "Parse error: parse error,
> unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or
> T_VARIABLE or T_NUM_STRING" on the line containing the code
> 'imagelocation' above.
It should offcourse be:
echo "\n\t\t<td><img src=\"".$row['imagelocation']."\" /></td>";
--
Rik Wasmus
Navigation:
[Reply to this message]
|