Re: [PHP] another easy question that is stumping me...

2001-12-14 Thread Dan McCullough

if ($x != "1") {
header ("location: index.php");
} else {
header ("location: cart.php?sid=$sid");
}
--- "Ward, Mark" <[EMAIL PROTECTED]> wrote:
> Hello all, 
> 
> I've got another problem that is bothering me, yet I'm sure it should be
> very easy to fix. 
> 
> Within my PHP script I want to redirect the user to another page depending
> on the condition. If the user fails to meet the condition, I want to send
> them back to the start page. If they do meet the condition I will allow them
> to continue... I'm sure it's very simple. For some reason it's not coming to
> me though. Any help is appreciated.
> 
> Thanks, 
> Mark Ward
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
> 


=
dan mccullough

"Theres no such thing as a problem unless the servers are on fire!"


__
Do You Yahoo!?
Check out Yahoo! Shopping and Yahoo! Auctions for all of
your unique holiday gifts! Buy at http://shopping.yahoo.com
or bid at http://auctions.yahoo.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] another easy question that is stumping me...

2001-12-14 Thread Ward, Mark

Hello all, 

I've got another problem that is bothering me, yet I'm sure it should be
very easy to fix. 

Within my PHP script I want to redirect the user to another page depending
on the condition. If the user fails to meet the condition, I want to send
them back to the start page. If they do meet the condition I will allow them
to continue... I'm sure it's very simple. For some reason it's not coming to
me though. Any help is appreciated.

Thanks, 
Mark Ward


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]