Sorry - I responded directly to the responder - BECAUSE - I lost track of 
who I was answering.  That's what happens when people choose to repond to 
the poster directly INSTEAD of JUST replying to the list.

Tedd gave me the 'header' directive and it works just as I imagined 
something would do.  See below.

>>Is this do-able?
>
> Yes, this is do-able.
>
>
> If you don't want to use a $_POST to trigger the critter, then use 
> location, such as:
>
> // first script
> if($to_second_script)
>   {
>    header('Location: http://www.example.com/second.php');
>    exit();
>    }
>
> // second script
> if($to_first_script)
>   {
>    header('Location: http://www.example.com/first.php');
>    exit();
>    }
>
>
> Either those will work depending upon the trigger you need.
>
> Cheers,
>
> tedd
>
> -- 
> -------
> http://sperling.com/ 



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

Reply via email to