damon2003
11-20-2003, 05:54 AM
Hi,
I am storing strings in hidden fields.
<input name="hiddenField" type="hidden" id="hiddenField" value=<?php echo $vari?>>
on the next page I do this
$hiddenField=$_GET[hiddenField];
there should be several words stored in this hidden field. When I echo $hiddenField I am only getting the first word,
does anyone know why this is?
thanks
I am storing strings in hidden fields.
<input name="hiddenField" type="hidden" id="hiddenField" value=<?php echo $vari?>>
on the next page I do this
$hiddenField=$_GET[hiddenField];
there should be several words stored in this hidden field. When I echo $hiddenField I am only getting the first word,
does anyone know why this is?
thanks