Im trying to create a edit area. I wish for admin to select a user (which i have already got working) and then on the next page populate the text boxes with the current information for that chosen user.
I.e i need to find a way to seet the "Value" of the text box to the value from the database. I am able to get the information from the database fine - testing using echo statments, but the below just printts out the varible names. What is wrong? Can this be done in this way?
input type="text" id="username" name="username" class="input" value="$Username">