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.
 
Tel: +972 (0)4-6619164
E-mail: [EMAIL PROTECTED]
Web: http://www.xortechnologies.com
 
 

Reply via email to