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");



-- 
Brian        GnuPG -> KeyID: 0x04A4F0DC | URL: www.gfx-design.com/keys
                                          Key Server: pgp.mit.edu
======================================================================
gpg --keyserver pgp.mit.edu --recv-keys 04A4F0DC
GnuPG: http://gnupg.org
http://www.biglumber.com/x/web?qs=0x2C35011004A4F0DC
Linux Registered User #339825 at http://counter.li.org

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

Reply via email to