Ok well I have looked and replaced all the " with \" but I still seem to get errors for example:
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /home/----/public_html/homepage.php on line 1039
Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /home/----/public_html/homepage.php on line 1039
PHP Code:
<?php If ($vbulletin->userinfo["userid"]!=0)
{
echo \”<td style=\”background-image:url(\”http://www.battlestationextreme.com/images/homepage09.jpg\”); height:40px\”>
<table width=\”181\” border=\”0\” cellspacing=\”0\” cellpadding=\”0\” id=\”table28\”>
<tr>
<td width=\”15\”><img src=\”http://www.battlestationextreme.com/images/spacer.gif\” alt=\”\” width=\”15\” height=\”40\”></td>
<td width=\”166\” class=\”text2\”>
My BSE</td>
</tr>
</table></td>
</tr>
<tr>
<td style=\”background-image:url(\”http://www.battlestationextreme.com/images/homepage10.jpg\”); height:29px\”>
<table width=\”100%\” border=\”0\” cellspacing=\”0\” cellpadding=\”0\” id=\”table29\”>
<tr>
<td width=\”8%\”><img src=\”http://www.battlestationextreme.com/images/spacer.gif\” alt=\”\” width=\”15\” height=\”29\”></td>
<td width=\”92%\”>
<a class=\”link1\” href=\”http://www.battlestationextreme.com/forums/usercp.php\”>
Register!</a></td>
</tr>
</table></td>
</tr>
<tr>
<td style=\”background-image:url(\”http://www.battlestationextreme.com/images/homepage10.jpg\”); height:29px\”>
<table width=\”100%\” border=\”0\” cellspacing=\”0\” cellpadding=\”0\” id=\”table30\”>
<tr>
<td width=\”8%\”><img src=\”http://www.battlestationextreme.com/images/spacer.gif\” alt=\”\” width=\”15\” height=\”29\”></td>
<td width=\”92%\”>
<a class=\”link1\” href=\”http://www.battlestationextreme.com/forums/private.php\”>
Login</a></td>
</tr>
</table></td>
</tr>
<tr>
<td><img src=\”http://www.battlestationextreme.com/images/homepage11.jpg\” alt=\”\” width=\”181\” height=\”8\”></td>
</tr>
</table>\”;
} else {
echo \”Your not logged in so we display this\”;
}
?>
I take it this is right?
PHP Code:
<?php If ($vbulletin->userinfo["userid"]!=0)
Cheers,
Carl