Re: [PHP] passing multiple variables in a url

2002-11-14 Thread pig pig
you will have to use "&" to separate the variables. ie Otherwise it will be deem as one variable instead CK Ong --- CJ <[EMAIL PROTECTED]> wrote: > I have a "contact us" php script on my site that > allows users to email > direct from the webiste. I want to be able to pass > the to address an

RE: [PHP] redirect without using header

2002-11-13 Thread pig pig
it to continue > processing for some reason. In the past I've had > PHP not immediately > redirect and it cause me problems. > > =C= > * > * Cal Evans > * The Virtual CIO > * http://www.calevans.com > * > > > -Original Message- > From: pig pig [

Re: [PHP] redirect without using header

2002-11-13 Thread pig pig
Hi Heilig, I have been trying to use the ob_start and ob_end_flush(), but I am not sure where to put them. I try putting just before the header() but it still produce the warning that something has been output to the browser. Thanks CK Ong --- "Heilig (Cece) Szabolcs" <[EMAIL PROTECTED]> wrote:

[PHP] redirect without using header

2002-11-13 Thread pig pig
Hi there, Is there a way to do redirect to another page without using the header function. I am getting an error by using header but I couldn't find any part of my code that output anything before using header. Thanks in advance CK Ong __ Do You Y

[PHP] Problem with header redirect with register_globals off

2002-11-12 Thread pig pig
Hi All, I am having problem with redirecting using header function with register_globals off. It works fine on my PC but not on the site as the register_globals is off on the server. When redirecting on the server it gave an CGI error: CGI Error The specified CGI application misbehaved by not r

[PHP] testing

2002-11-12 Thread pig pig
testing __ Do You Yahoo!? Great flight deals, travel info and prizes! http://sg.travel.yahoo.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php