Re: [PHP-DB] variable conversion

2003-01-31 Thread Jason Wong
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




Re: [PHP-DB] variable conversion

2003-01-31 Thread Cornelia Boenigk
Hi

Use
?php
echo $HTTP_POST_VARS(fname);
?
instead, or in newer PHP versions
?php
echo $_POST(fname);
?

Regards
Conni
--
Datenbanklösungen + PostgreSQL + Webdesign
http://www.cornelia-boenigk.de | http://www.pgsql.info
http://www.dpunkt.de/buch/3-89864-175-9.html


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




[PHP-DB] variable conversion

2003-01-30 Thread bismi jomon

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..

bis

 



-
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now