Re: [PHP-DB] variable conversion

2003-01-31 Thread Cornelia Boenigk
Hi Use instead, or in newer PHP versions 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.ne

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 g

[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: where fname is the text box name