>Is there a way to send through a variable with a form and be get that
variable back on the next page?

There are two possibilities:

1.) Use a hidden field to pass the value e.g. <input type=hidden name="foo"
value="[+ $foo +]> , on the receiving page you get the value in $fdat{foo}.
The [$ hidden $] maybe usefull if you want to do this for more then one
variable

2.) Use sessions. If you have configured Embperl for Session management, you
can put any value in %udat and they will persist across multiple request for
the same user. Read about "Session Management" in the docs.

Gerald


-------------------------------------------------------------
Gerald Richter    ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting

Post:       Tulpenstrasse 5         D-55276 Dienheim b. Mainz
E-Mail:     [EMAIL PROTECTED]         Voice:    +49 6133 925151
WWW:        http://www.ecos.de      Fax:      +49 6133 925152
-------------------------------------------------------------



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to