I have a stored set of variables in a database, after retrieval, I would like to input them automatically into the input fields in a form, is this possible with PHP?
Something like this :
<input type="text" name="foo" value="<?php echo $name_from_db; ?>">