php - Webpage redirect not working properly -
I am creating index.php page for my website and I've come across many errors on line 13 of code below, But I have decided to do most of them I
& lt; / Meta & gt; Has tried to add
and even; , After Http-equiv = "Refresh"
Here's my code:
The problem is double quotes inside your double quote. Instead of using a single quote
echo "you will be redirected to login in 5 seconds! (& Lt; meta http-equiv = \" refresh \ "; content = \ "5; URL = login.php \" & gt;) ";
Comments
Post a Comment