Oh?!?!

Sweet!  thanks...  let me try that and get back to the group

:)


--- Pablo Gosse <[EMAIL PROTECTED]> wrote:
> On Monday, October 27, 2003 11:26 AM, Frank Tudor wrote:
> 
> > This one worked (kinda)!!!!
> > I have no more errors but it doesn't do the redirect
> (hmmm)??
> > <?PHP
> > $payment = "1";
> > 
> > function payment(){
> > global $payment;
> > if ($payment == "0"){
> > header ('Location: http://ftudor/test/test_page.html');
> > 
> > }
> > elseif ($payment == "1") {
> > header ('Location: http://ftudor/test/test_page2.html');
> > 
> > }
> > }
> > ?>
> 
> You need to add payment(); to your php code.
> 
> The function is defined, but it's not going to do anything
> until you
> call it.
> 
> Cheers,
> Pablo


__________________________________
Do you Yahoo!?
Exclusive Video Premiere - Britney Spears
http://launch.yahoo.com/promos/britneyspears/

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

Reply via email to