if anyone is decent with php can you tell me why i'm getting an error with this string:
<?php
{
echo "<meta http-equiv="refresh" content="0;url=http://www.wtfsuck.com/url2.php">";
}
and the error is: Parse error: syntax error, unexpected T_STRING, expecting ',' or ';'
<?php
{
echo "<meta http-equiv="refresh" content="0;url=http://www.wtfsuck.com/url2.php">";
}
and the error is: Parse error: syntax error, unexpected T_STRING, expecting ',' or ';'