24.01.2011, 04:57
I tried this...
And it errors.
Heres my error.
Parse error: syntax error, unexpected ':' in C:\Documents and Settings\David\Application Data\NuSphere\PhpED\projects\noname2.php on line 5
But theres many other errors when i remove that :, whats wrong>
Код:
<?php
$url = "http://forum.rokzlive.com";
if(!file_get_contents($url))
{
Forum: <b><strong><span style="color: #008000;">Offline</span></strong></b>
<br /><br />
}
else
{
Forum: <b><strong><span style="color: #008000;">Online</span></strong></b>
<br /><br />
<a href="http://forum.rokzlive.com">Click Here to go to the forum!</a>
<br /><br />
}
?>
Heres my error.
Parse error: syntax error, unexpected ':' in C:\Documents and Settings\David\Application Data\NuSphere\PhpED\projects\noname2.php on line 5
But theres many other errors when i remove that :, whats wrong>

