Re: [PHP] php link question

2005-11-28 Thread jonathan
not totally sure what you're asking but look at header ("location: ") On Nov 28, 2005, at 9:28 PM, Ron Zimmerman wrote: I need a function that links immediately to a different page - without waiting for the user to click on anything. I'm not sure if "link()" does that or some other f

Re: [PHP] php link question

2005-11-28 Thread Robert Cummings
On Tue, 2005-11-29 at 00:28, Ron Zimmerman wrote: > I need a function that links immediately to a different page - without > waiting for the user to click on anything. I'm not sure if "link()" does > that or some other function. header() in PHP: header( 'Location: http://www.domain.ext/abs

[PHP] php link question

2005-11-28 Thread Ron Zimmerman
I need a function that links immediately to a different page - without waiting for the user to click on anything. I'm not sure if "link()" does that or some other function. Thanks, Ron Z -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php