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

[PHP] header(Location: question

2004-02-29 Thread John
when you use a command like this: header(Location: http://www.highbandwidhtmirror.com/videos/download.mpg;); Is the user downloading off the mirror site or is your server downloading from the mirror and passing on to the end user. I want to save bandwidth by having mirror urls of funny videos, so

[PHP] header(Location: question

2002-01-16 Thread Simos Varelakis
Hello everybody This works header(Location: http://www.foo.com/data/register.php?exist=1;); How can I pass exist value as parameter ??? Tia SImos

[PHP] Header Location Question

2001-02-06 Thread Jeff Oien
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) Can I get it to take me to the BigCharts site

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)