PHP AJAX client library?

  • Thread starter Thread starter PseudoOne
  • Start date Start date
P

PseudoOne

Guest
If I want to make a client-side PHP script to execute javascript functions which are handled by AJAX, how can I go about transferring this like a web browser does? How would I know if it is using POST or GET, etc if CURL is the solution? Is there a library to execute JavaScript commands from a PHP client?
 
Back
Top