pop up conformation, php?

Soldato
Joined
6 Apr 2008
Posts
3,352
Location
Reading
For a form that I have created, once the submit button has been used I would like for a conformation pop up (in the browser) to to ask if the user would really like to submit the data based on the fact that some of it is missing.

How would I go about doing this in php? can it be done in php?

Thanks in advance :)
 
If you want an actual popup window then you need to use JavaScript. You should be doing validation with PHP anyway. The general idea is to intercept the form submission and then resume it after the user confirms.
 
Back
Top Bottom