On Friday 31 January 2003 15:44, bismi jomon wrote:
> hi,
>
> while creating a php page , how can ipass avalue in a text box or any boxex
> to another page?
>
> i hav created one page wiht text boexes in one file and i hav to send it to
> another program. i did it with post method and in order to get that value i
> did like:
>
> <?php
>
> echo("$fname");
>
> ?>
>
> where fname is the text box name of the previos page. but it is not coming.
> what should i do.
>
> help me..Have you tried reading the manual? The chapter "A simple tutorial"? -- Jason Wong -> Gremlins Associates -> www.gremlins.biz Open Source Software Systems Integrators * Web Design & Hosting * Internet & Intranet Applications Development * /* You can observe a lot just by watching. -- Yogi Berra */ -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
