Parse error: parse error, unexpected T_IF in /../../test.php on line 9
wzup with that, I just uploaded my php-file to the host and got this error message. It works on my localhost apache. On line 9 it says:
if($rosta=nej)
{
$rostat=nej;
setcookie("pollcookie", $rostat, time()+3600*1000, "/");
}
I read some text on the net about parse error, T_IF & T_WHILE but didnt get me any clue.
knuff