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

Popular posts from this blog

HTML/CSS - Automatically set height width from background image? -

php - Mysql Show Process - Sleep Commands and what to do -

c - What is the address of buf (the local variable in the main function)? -