Default value not showing in form feild
I have entered a default value "required" into a phpMyAdmin DB when i open up the form on the website that the feild relates to the default value is not showing up in the form.
I dont want to put the default "required" in value in the <input type="text" name="GuEmployerEmail" value="required" size="30" />
as i have an input form and an update form (seperate forms but the same DB)
<input type="text" name="GuEmployerEmail" value="<?php echo htmlentities($row_Recordset1['GuEmployerEmail'], ENT_COMPAT, 'utf-8'); ?>" size="32" />
if you need code i can post
thanks in advance
