Jump to content

[SOLVED] php code that I can use change the page?


bobleny

Recommended Posts

Don't mean to pest, but is there a php code that I can use to change the page? I've been using this:

function sendem($reurl, $retime)
{
	echo "<META HTTP-EQUIV='Refresh' CONTENT= '" . $retime . "; URL=index.php?page=" . $reurl . "'>";
}

 

Even though $retime is normally set to .1, this is a bit slow, because it doesn't take affect until after the page has loaded. I want something that will take place as soon as php reads it....

 

What can I use?

 

Thanks!

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.