mr_zhang Posted June 13, 2007 Share Posted June 13, 2007 Hi, I'm experimenting with CURL. I'm trying to post data with CURL. Everything went fine until I found a form where the site submits data using AJAX technology. The data is still in <input> tag, so I can "type" it there using CURL. However, I can't submit the data as it is executed via <a> tag with Javascript (AJAX). Could you guys help me with this? Is it possible for PHP to execute AJAX function(with parameters sending)? Is there any similar example somewhere? Regards, Quote Link to comment Share on other sites More sharing options...
snowman15 Posted August 12, 2010 Share Posted August 12, 2010 Have you found out how to? I am also looking for how this would be done. Quote Link to comment Share on other sites More sharing options...
marcus Posted August 12, 2010 Share Posted August 12, 2010 Process the form using the same parameters the AJAX function is using, as well as using the same file to execute it upon. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.