Skip to content

Tag: ajax

Ajax PHP placing variables in string for API call

I have read and attempted to implement all solutions I found on the web but until now I can’t get this to work, so time to ask for help: I send the following Ajax call to my PHP file: this invokes the following call in the php file: Everything works okay, but what I’d like to do next is replace

CakePHP4 – Create Record with Ajax

I’m new working with CakePHP and I’m having a hell of a time trying to figure out how to add a form that can post to a different db table with ajax. Basically, I’ve got a form that carries out a search which works fine, but before the user carries out the search I need to capture his email &…