Calling php function after an ajax call
-
Hey Community!
This is my first issue I try to explain here.
So first of all I have a well workin ajax call, which insert some data in my mysql. After that, I want to call another php function/or echo anything. So what I tried is to call this secound php function over add_action or simplier just by calling the function itselfe. But no result. I only get my echo of the function, when I alert the response of my ajax. So what do I wrong?Thanks in advance. ??
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Calling php function after an ajax call’ is closed to new replies.