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.

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...

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.