Jump to content

php head redirect works great - want to add delay


Lunar

Recommended Posts

Hello,

I've been through 20 or more posts and can't find what I want.. simple, I'm no expert.

I have this piece of code that I don't even know where I got it or if one of my guys wrote it or what, but it's simple and it works.

In know about meta 'refresh' and I've seen code that takes 10 lines setting timer etc, and I Don't want javascript..

 

Can a 'redirect' count "redirect=10" to this?

<?php 
//Redirect browser
header ("Location: http://landis.landisreed.com/study_in_form.php") ;
?>

 

Please, simple..

Thank you in advance,

Спасибо,

Landis.

Link to comment
Share on other sites

well this is what I have and no redirect, not even a mozilla warning.

<?php 
header ("refresh: 10; url=http://google.com/");
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" > 

<html>
  <head>
    	<title>

 

one time it 'waited' with no page display and then 'tried' to go on to google.

another time it loaded the page with the mozilla warning about a redirec

and yet another with the warning it did go..

any ideas?

 

thanks, Landis.

fyi: landisreed.com> scottrade logo on right top...

Link to comment
Share on other sites

ok, now i think i know why you thought it was a weired idea..

it waits Before it loads the first target page, not after loading like refresh, meta would..

hmmmm..  so i still need refresh to redirect After page load..

 

Thanks, Landis.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.