On Wednesday 05 February 2003 16:36, bismi jomon wrote:

> hi,
>
> i hav two programs ,
>
> <html>
>
>  <form name=f action=p.php mehtod=post>
>
> <input type=text name=fname >
>
> <input type=submit >
>
> </form>
>
> </html>
>
> p.php:
>
> <?php>
>
> echo($fname)
>
> ?>
>
> i tried these programs and i didnt get the value of the variable in another
> php program. butit is not getting. one our friend told to put like
>
> echo $_post(fname)
>
> but it is also not working. now  getting the error about post array.
>
> so what to do.

manual > "A simple tutorial"
manual > "Variables" > "Variables from outside PHP"

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
------------------------------------------
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-db
------------------------------------------
/*
If you always postpone pleasure you will never have it.  Quit work and play
for once!
*/


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

Reply via email to