I'm looking to make an html form post to a php script but I do not want to actually redirect the user to this script. All I need is for the script to take the post data, do something with it and then somehow return this data so it's useable to the calling script. Is this at all possible?
The only way I can think of doing it is to have a php script that posts to itself but it's very messy as I am using jQuery and JavaScript inside the calling script.
Thanks in advance