Ash.. wrote:

Hello,

Thanks John (Holmes) for the clue on form-param-reading. Simple one, but
shows I got a lot of basics to learn yet.

Here I have another doubt I cant resist asking help for.

What are the various ways of forwarding to another page. I tried header()..
based on an example I found it in, but it doesnt work if I have done an
include before calling the header. What are the other alternatives of
forwarding. (I tried searching the PHP manual, but didnt find any clue. Nor
did I come across any learn material which seemed to deal with this.)
Thanks for all help,
Ash

There are no other PHP methods for forwarding to another page. The header function will not work if any text (This includes spaces, linebreaks, etc.) has been output to the page. One way to circumvent this is using PHP's output buffer functions.
http://ca2.php.net/ob_start


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



Reply via email to