How to insert data in mysql via ajax + php + foundation 5

3

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?

    
asked by anonymous 12.01.2015 / 05:59

1 answer

0

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

    
14.01.2015 / 17:26