hi all
In "change address details" form i m displaying all fields values as
I m validating the form with php and showing errors through phpPHP Code:<input type="text" name="user_city" value="<? echo row['user_city']) ?>" />
<input type="text" name="user_country" value="<? echo row['user_country']) ?>" />
so after click of submit button i want to retain form values and display
1) new data values entered in input fields (in which user made changes)
2) old data values from database in which user didnt made any changes
vineet



Reply With Quote




Bookmarks