Hi,
At the end of one of my php pages, I have a statemtent
echo "<meta http-equiv=\"refresh \" content=\"0; url=Master.php\ "> " ;
which works well: it redirects to my page 'Master.php'.
But, on some occasions, my browser (IE 6) wants to go to
http:Master.php
and hangs, giving the message 'Invalid syntax error'.
I dont know in which case it has this behaviour. Anybody any clue?
Thanks
Anja
At the end of one of my php pages, I have a statemtent
echo "<meta http-equiv=\"refresh \" content=\"0; url=Master.php\ "> " ;
which works well: it redirects to my page 'Master.php'.
But, on some occasions, my browser (IE 6) wants to go to
http:Master.php
and hangs, giving the message 'Invalid syntax error'.
I dont know in which case it has this behaviour. Anybody any clue?
Thanks
Anja
Comment