Re: [PHP-DEV] Question about Cookies From: Faisal Nasim (faisal <email protected>)
Date: 05/05/00

| Hello,
| I have been trying to get a cookie to be created and I just can't get it
to
| work. If any one could help me out
| by email or ICQ me (72178276) with any suggestions. I have attached the
| code, if you could help me I could possibly
| be a good person to bounce code ideas off of on ICQ.

Post here, read here.....

| <head><meta http-equiv="Refresh" content="5; URL=infochange.php"><? //

Assuming that you have output buffering turned off, the header() must
be sent before any text, since the server cannot keep the client waiting,
it has to respond with some data and your text will cause PHP to send
the default headers!

Enjoy!

Faisal

<cut>

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>