Hi Friends, Am New for PHP. here am doing am mini concept. to create an employee details. Contain fields as soon on eid,ename,esalary. here i had Inserted & displays datas successfully. now i need to update some partcular datas in the field. how can i do this script ? that how can we Pass data Values from one page to another page ? Thanks Vishnukumar SR
passing script is simple, read more about html. html will do the trick.. receiving data will be php work
All you need to know: http://www.w3schools.com/html/html_forms.asp http://php.net/manual/en/reserved.variables.post.php if you want to save data for later use, write it to text files (better than mysql for newbies)