Help with editing content via form using php?

vanichka04

New member
so I have a form that grabs some php variables to display. I have a field for first name and last name, and also quote. When I land on this page it pulls these values from the database, however I can only figure out how to display the quote because it's inside of an <textarea> tag. The first name and last name fields are inside of <input> tags, and I can't figure out how to display my php block (ex: <?php echo $quo_fname?>) inside these tags. If this makes any sense please help!! Thanks
 
Back
Top