hi Friends,
how to filled values from mysql database using php in html form.actually when user wants to edit his account.when fields filled with old details from musql database
for example :
<input type="text" name="uname" id="uname">
uname value in mysql database.how to get that name using PHP.
thanks
how to filled values from mysql database using php in html form.actually when user wants to edit his account.when fields filled with old details from musql database
for example :
<input type="text" name="uname" id="uname">
uname value in mysql database.how to get that name using PHP.
thanks
Comment