|
Posted by Geoff Berrow on 11/18/49 11:53
Message-ID: <1153492210.979956.67230@b28g2000cwb.googlegroups.com> from
walterbyrd contained the following:
>Sorry to keep posting like this. It was the echo statements. This does
>not really make sense to me.
You have to remember that with php you are engaging in a dialogue
between the client machine (your machine) and the server.
Think what echo does. It starts output. You can't have output without
headers, so the headers get sent. Cookie information is sent with the
headers so if the headers are already sent you have missed the boat.
Don't worry, it took me some time to get it straight in my mind too.
Drawing a diagram of the data flows helps.
--
Geoff Berrow (put thecat out to email)
It's only Usenet, no one dies.
My opinions, not the committee's, mine.
Simple RFDs http://www.ckdog.co.uk/rfdmaker/
Navigation:
[Reply to this message]
|