hello everyone
i have make a from containing 6 input text box with a submit button.
now i want to use this form in various purpose. at one view i want to use this a input from and another view i want to display data from database. i m able to retrieve data from database. if i display data then unable to take input.
<input type="textbox" name="uname" value="<?php echo $name;">
this code shows error while i want to take input.
Bookmarks