T_STRING error
-
<?php
if ($_SERVER[‘QUERY_STRING’] == “topframe”) {
echo(“<html><head><meta http-equiv=”Content-Type” content=”text/html; charset=windows-1252″><title>’$title'</title></head><body bgcolor=#d3d3d3><div align=center>Se você ver este texto e seu site – <i>e n?o recebeu nenhuma mensagem de pop-ups ou caixas</i> – seu site provavelmente será aprovado</div></body></html>”);
} else {
echo(“<html><head><title>’$title'</title></head><frameset rows=20,* border=0><frame marginheight=0 marginwidth=0 scrolling=no noresize border=0 src=./urltest.php?topframe><frame marginheight=0 marginwidth=0 scrolling=auto noresize border=0 src=\”$_GET[url]\”></frameset></html>”);
}
?>I get error:
PHP Parse error: syntax error, unexpected T_STRING in /home/mondopro/public_html/urltest.php on line 3PHP Parse error: syntax error, unexpected T_STRING in /home/mondopro/public_html/urltest.php on line 3Can someone help me?
Thanks a lot!
- The topic ‘T_STRING error’ is closed to new replies.