How to call a php function from ajax?

前端 未结 4 1916
情话喂你
情话喂你 2020-12-06 01:03

I am familiar of how to get ajax to go to a php page an execute a series of things and then return json data. However is it possible to call a specific function which reside

4条回答
  •  再見小時候
    2020-12-06 01:25

    You can't call a PHP function directly from an AJAX call, but you can do this:

    
    
    

提交回复
热议问题