Tagged Questions
3
votes
1answer
54 views
Update database, reload page then show a success message
I have spent a long time trying to find a way to do the following:
Update a MySQL database with AJAX
Reload the Page to show changes
Show a success message
I think I have finally found a way! ...
3
votes
2answers
295 views
Is this contact form secure?
I have the following contact form, using PHP, JS and a bit of Ajax. I want to make sure that it is secure.
...