Jump to content

Best way to forward a user

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
3 replies to this topic

#1
Lop

Lop

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,172 posts
What is the best way to forward a user to another page in PHP?

#2
John

John

    Writes binary right handed and hex left handed

  • Moderators
  • 6,321 posts
i like to use this

<?php

header("Location: http://www.google.com");

//header("Location: page2.php");

?>


#3
businessman332211

businessman332211

    Newbie

  • Members
  • Pip
  • 4 posts
header("Location: webpage")

#4
Guest_Jordan_*

Guest_Jordan_*
  • Guests
If it has moved permanently you might want to announce that.

http://forum.codecal...hlight=redirect