Hi, I got this error while running a script:
Parse error: parse error, unexpected T_STRING in /home/shatter/public_html/columns/test/index_page.php on line 3
now I've had a similar error before, and I'd like to know what it means. Also, here is the code:
<?php
echo("<tr>
<td align=/"right/">
<table cellspacing=/"1/" cellpadding=/"2/" border=/"0/" bgcolor=/"#354463/" WIDTH=/"65%/">
<tr>
or at least the first few lines. The error is apparently on line three...
This particular thing is included on another page btw.