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 lots and lots of ways to pass information from one web page to another, and like a lot of other things the best way to go depends on what you want to do. For a lot of purposes sending information via post (hidden form fields) and get (as part of url) form variables are a good way to send information. If you're looking for alternative ways to send information, start looking into streams (which are in the php manual).
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php