[thelist] PHP: Variables in forms

david garcia watkins dgw at q-logic.org
Mon May 14 05:18:18 CDT 2001


<input type="text" name="textfield" value="<? echo $name; ?>">

or with php4 shorthand

<input type="text" name="textfield" value="<?=$name?>">

good luck

david
> <input type="text" name="textfield" value="$name">
> 
> Could someone solve this problem for me, far too early for me :)






More information about the thelist mailing list