Hello all

php Code:
  1. header("location: index.php");

Thats the code im using, its coming from my login.php page.

However when i moves accross to the new php script, the url stays the same, how do i get it to change the url name aswell.

ILMV2