/    Sign up×
Community /Pin to ProfileBookmark

[RESOLVED] PHP Auto Send

After a series of test i would to automatically send the user to another page how can i do that??

to post a comment
PHP

4 Comments(s)

Copy linkTweet thisAlerts:
@NogDogNov 26.2007 — [code=php]
header("Location: http://www.example.com/path/to/page.php");
[/code]

(Must be called before any output is sent to the client.)
Copy linkTweet thisAlerts:
@werredNov 26.2007 — Or if you have output, you'll want to use JavaScript.
[CODE]<script language="javascript">
window.location = "http://www.google.com/"
</script>[/CODE]
Copy linkTweet thisAlerts:
@Eagle710authorNov 29.2007 — Thanks for your help works great.
Copy linkTweet thisAlerts:
@Eagle710authorDec 01.2007 — Actually is there a way to pause it on the redirect page for a few seconds????

What i mean is i have one page this oages redirects to another.....this page sends an email ... then redirctes to another???
×

Success!

Help @Eagle710 spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 6.3,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,
)...