I wanted to know how I can enter data in MySQL via Ajax + PHP using the Zurb Foundation 5 Framework? Does the "data-reveal-ajax" property of the framework already override an insert Ajax function?
I wanted to know how I can enter data in MySQL via Ajax + PHP using the Zurb Foundation 5 Framework? Does the "data-reveal-ajax" property of the framework already override an insert Ajax function?
The data-reveal-ajax
works simply to open a modal with contents of a url or a page that makes a request, it alone is not able to make ajax requests, after all Foundation 5 is a framework for frontEnd