Re: [PHP] header() and mozilla - HELP!

2003-06-14 Thread Neil Freeman
Ensure that you have a die; after the Header() line.

Neil

deno vichas wrote:
*** 

This Message Was Virus Checked With : SAVI 3.70 June 2003
Last Updated/Checked 12th June 2003 
*** 

i'm runnig into a random problem of having all the headers being 
displayed instead on the actual web page in mozilla, Ie doesn't seem to 
suffer from this, when using header(location: www.url.com);  this is 
happening randomly.  has anybody seen this or have a fix?

-deno

i'm running:

php 4.3.2
apache 1.3.27
redhat 8.0
php is configed with:
'./configure' '--prefix=/usr/local' 
'--with-apache=/home/deno/Apachetoolbox-1.5.66/apache_1.3.27' 
'--enable-exif' '--enable-track-vars' '--with-calendar=shared' 
'--enable-magic-quotes' '--enable-trans-sid' '--enable-wddx' 
'--enable-ftp' '--enable-inline-optimization' '--enable-memory-limit' 
'--with-mcrypt=/usr/local' '--with-pdflib=/usr/local' 
'--with-tiff-dir=/usr' '--with-jpeg-dir=/usr' '--with-zlib-dir=/usr' 
'--with-openssl=/usr/local/ssl' '--with-curl=/usr' '--with-dom=/usr' 
'--with-zlib-dir=/usr' '--with-pgsql' '--with-ldap'


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


[PHP] header() and mozilla - HELP!

2003-06-13 Thread deno vichas
i'm runnig into a random problem of having all the headers being 
displayed instead on the actual web page in mozilla, Ie doesn't seem to 
suffer from this, when using header(location: www.url.com);  this is 
happening randomly.  has anybody seen this or have a fix?

-deno

i'm running:

php 4.3.2
apache 1.3.27
redhat 8.0
php is configed with:
'./configure' '--prefix=/usr/local' 
'--with-apache=/home/deno/Apachetoolbox-1.5.66/apache_1.3.27' 
'--enable-exif' '--enable-track-vars' '--with-calendar=shared' 
'--enable-magic-quotes' '--enable-trans-sid' '--enable-wddx' 
'--enable-ftp' '--enable-inline-optimization' '--enable-memory-limit' 
'--with-mcrypt=/usr/local' '--with-pdflib=/usr/local' 
'--with-tiff-dir=/usr' '--with-jpeg-dir=/usr' '--with-zlib-dir=/usr' 
'--with-openssl=/usr/local/ssl' '--with-curl=/usr' '--with-dom=/usr' 
'--with-zlib-dir=/usr' '--with-pgsql' '--with-ldap'

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


Re: [PHP] header() and mozilla - HELP!

2003-06-13 Thread Gerard Samuel
Im assuming you are running mozilla 1.3.x
Its not a php issue but a mozilla bug, that I've experienced first hand
http://bugzilla.mozilla.org/show_bug.cgi?id=202210
deno vichas wrote:

i'm runnig into a random problem of having all the headers being 
displayed instead on the actual web page in mozilla, Ie doesn't seem 
to suffer from this, when using header(location: www.url.com);  this 
is happening randomly.  has anybody seen this or have a fix?

-deno


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