On Wed, 3 Mar 2004, Brian V Bonini wrote:

> On Wed, 2004-03-03 at 14:49, Jim & Sara Feldman wrote:
> >     Does anyone know of a way to jump from one php script to
> > another without going through the client browser? The closest I have
> > been able to come to doing that is to use nested frames where the
> > parent frame can call multiple php scripts, one for each child frame.
>
> header("Location: /path/to/script/foo.php");

Won't that redirect through the browser?


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to