typaav
05-09-2006, 03:48 AM
I am trying to output data from the db through php.
echo "<div style="overflow: auto; width: 585px; height: 370px; frameborder:0"><table>";
but when i try to use a div, i receive the following error:
Parse error: syntax error, unexpected T_STRING, expecting ',' or ';'
echo "<div style="overflow: auto; width: 585px; height: 370px; frameborder:0"><table>";
but when i try to use a div, i receive the following error:
Parse error: syntax error, unexpected T_STRING, expecting ',' or ';'