I created a form which is editing previously entered data. Majority of the data is correctly showing, but the one problem is the one that shows the name. the only problem with that one is that it shows the first name, but it doesn't read in the space. does anyone know how to fix this problem? this is what i have :
Name: <input type="TEXT" name="names" value= <? echo "$name[$personnel]"?>><BR>
what's wrong with that? suppose that $name[$personnel] has John Doe stored in it.