Topic: Edit and delete

How to delete and edit option done in php.....i retrieved the data in one place and use the edit and delete option......

Vote up Vote down

Re: Edit and delete

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

Benjamin Falk | Falken Creative : Twitter
Skills: Photoshop, Illustrator, HTML, CSS, jQuery, PHP and CodeIgniter

Vote up Vote down

Re: Edit and delete

Hi nagarajanp,
Here is what you want.
http://www.weberdev.com/get_example-4392.html

Vote up Vote down