Hello all,
I am not sure if I should post this in this forum or the PHP forum. Basically, I am designing a web application for a school project. On the delete action, I want to prompt the user to make sure they mean delete. I was wanting to use the javascript function alert() but I am open to other suggestions. I am having bad luck googling how to use the alert to prevent my php script from continuing. Can someone either point me to some good reading on this or explain how I can uses this action to act as a Boolean for continuing, thanks,