To make users feel better, I want to add some functionality. I have my entire project coded in PHP and it is working like a dream.
I have a function that deletes records from a database. I'm using PHP and MySQL to do this.
I want to throw up either a message box, or small window, or something that says basically, "Are you sure? Yes/No". And then of course, reacts accordingly. As PHP is all server side, I'm having a hell of time figuring this out.
Are there any MySQL functions that do this from the server?
Has anyone had to do this for themselves?
I know...this is one of the oldest questions in the history of programming, but I've been searching all day and still haven't found anyone with the answer. Other than, "you can't"....
Thanks. You all rule.