Hi all,
Why isn't the data from the database field displayed here...
<input type="file" name="image" id="image" value="<?php echo $row['image'] ?>" />
when it is here...
<input type="textfield" name="email" id="email" value="<?php echo $row['email'] ?>" />
Is it because it is type="file"? If so how can I fix it?
Thanks.