On Wed, 2004-03-03 at 15:21, Lucas Gonze wrote:
> 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?


Yes, perhaps it's not clear what you are trying to do. Can you elaborate
a little more. You said "jump form one script to another", are you
perhaps just asking how to pass data from one script to another?

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