Hello, There are some data that shows in a table. Also, there are two extra field that should be written by client. Here are a sample page: http://smpletest.googlepages.com If anybody can help to solve how to update last two column by inserting data from client side.
Help needs urgently. Here sample page stated clearly. http://smpletest.googlepages.com/home Help with code, or free downloadable book applicable for this problem.
just search on google how to update mysql using php , its a simple query start with some coding and we will help .
Actually, php page has been created. And first table is the output. Now the need: Two text box should be taken in the place of last two columns data. And then that two text box should be fill up by user and when he will press update last two column data will be inserted.
Thanks for comments. Actually, in a particular cases, I was asked to show code like that instantly, and I wanted a proper example to show. Ok, it is solved and thanks for your comments. But a little problem, in this machine, few php coding aren't working, i.e., <? ?> is not working, I have to write <?php ?> and few others like, \n for new line and few more problems.