RE: [PHP] header(Location: question

2004-03-01 Thread Chris Sandy
Your directing the client to another site. So yes this will work. -Original Message- From: John [mailto:[EMAIL PROTECTED] Sent: Sunday, February 29, 2004 6:11 PM To: [EMAIL PROTECTED] Subject: [PHP] header(Location: question when you use a command like this: header("Location: http://www.

Re: [PHP] header("Location: question

2002-01-16 Thread val petruchek
> This works > header("Location: http://www.foo.com/data/register.php?exist=1";); > How can I pass exist value as parameter ??? If i understand you right like this: header("Location: http://www.foo.com/data/register.php?exist=$exist";); Valentin Petruchek (aki Zliy Pes) http://zliypes.com.ua ma

Re: [PHP] Header Location Question

2001-02-06 Thread David Robley
On Wed, 7 Feb 2001 13:27, Jeff Oien wrote: > I have the code below within a larger web page which is > like a portal. When I submit the form, I get this message: > > > Warning: Cannot add header information - headers already sent by (output > started at c:\apache\htdocs\index1.php3:9) >