Why doesn't my PHP function get called on button click?

QuestionsWhy doesn't my PHP function get called on button click?
sethbeckerman5 Staff asked 4 years ago

Here is my PHP block. The get functions all work fine.

And here is my form.

All I need is for my forms submit button to execute the submitData() function to update my database. What am I doing wrong?


View on Stack Overflow