nagarajanp Posted September 2, 2009 Report Posted September 2, 2009 How to delete and edit option done in php.....i retrieved the data in one place and use the edit and delete option...... Quote
falkencreative Posted September 2, 2009 Report Posted September 2, 2009 I'm not totally sure what you are asking... If you want to make changes to a row in a database, you use the "update" MySQL command: http://www.tizag.com/mysqlTutorial/mysqlupdate.php or if you want to delete a row, use the "delete" MySQL command: http://www.tizag.com/mysqlTutorial/mysqldelete.php Quote
bishwadeep Posted September 3, 2009 Report Posted September 3, 2009 Hi nagarajanp, Here is what you want. http://www.weberdev.com/get_example-4392.html Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.