Hello everyone !
How to make conditional messagebox in PHP?
How do I do it? Like for example, in deleting record inside the database. The user will be asked to input costumer_ID (there should be a button named "search") if the user pressed the button search, it will search through the database and if the record found, messagebox will appear "Delete this Record?" option will be "YES" and "NO". If the user choose "YES" record will be deleted. If the user choose "NO", it will load the page where the user asked to input costumer_ID.
Is there anyone who can help? PLEASE !!!
Thank's in advance.