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

apache - 504 Gateway Time-out The server didn't respond in time. How to fix it? -

c# - .net WebSocket: CloseOutputAsync vs CloseAsync -

c++ - How to properly scale qgroupbox title with stylesheet for high resolution display? -