• 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)
  • Moderator bcworkz

    (@bcworkz)

    Please post your PHP code related to the ajax call. Calling the function directly from this should have been fine. If it is more than a dozen lines, please use pastebin.com and post a link here. The contents of your alert box may be useful information as well.

Viewing 1 replies (of 1 total)
  • The topic ‘Calling php function after an ajax call’ is closed to new replies.