Original Post
if the user delete a data, i need a alert to remind him if he really want to delete it, if he choose "no", then keep the data. i know that in javascript it is just a very simple thing, just using the "confirm".but i find it difficult to realize in php. how can i do it? i have some trouble to combine the javascript and php.