|
Hello
when I do a var get on variables that have
similiar names the short one gets also the value of the other:
<?
set details [var get details] set detailsRemark [var get detailsRemark] hputs "details-$details \n" hputs "detailsRemark-$detailsRemark" ?> <body BGCOLOR="white" LEFTMARGIN=0 TOPMARGIN=0 MARGINHEIGHT=0 MARGINWIDTH=0> <form action="testget.ttml" method=post> details <input name="details" value="" size=20> detailsRemark <input name="detailsRemark" value="" size=20> <input type=submit> </form> </body> Thanks
Yahalom Emet
Software Developer Xor Technologies Ltd. |
- Re: var get bug yahalom emet
- Re: var get bug David N. Welton
