2
I was wondering how can I insert data into Mysql via Ajax + PHP using the Zurb Foundation 5 Framework? The "data-Reveal-ajax" property of the framework already replaces an Ajax insertion function?
2
I was wondering how can I insert data into Mysql via Ajax + PHP using the Zurb Foundation 5 Framework? The "data-Reveal-ajax" property of the framework already replaces an Ajax insertion function?
0
The data-reveal-ajax
works simply to open a modal with content from a url or a page that makes some request it by itself is not able to make Ajax requests.
Browser other questions tagged php mysql ajax database zurb-foundation
You are not signed in. Login or sign up in order to post.
My intention is precisely to insert data into mysql through the modal of Foundation 5. Then it would be the case to create an ajax function?
– Andrew Maxwell
For sure my dear, create the function.
– Bsalvo