php - How can I redirect to the log in page when I press the log out button -


when i'm using following code blank page

  <form action="login.php ">     <input type="submit" name="log out" value="log out"> 

use
header("location:login.php"); automatically redirect on page


Comments

Popular posts from this blog

c# - How to get the current UAC mode -

postgresql - Lazarus + Postgres: incomplete startup packet -

javascript - Ajax jqXHR.status==0 fix error -