Recent content by ralphmediacomoss

  1. R

    PHP fsockopen doesnt work with http 1.1 but does with http 1.0 WHY?

    if I change 1.1 to 1.0 it works, but with 1.1 I get 400 ERROR, WHY? obviously something is different with 1.1, but I dont know what $post = #'POST /recieve.php HTTP/1.0\r\n' . 'POST /recieve.php HTTP/1.1\r\n' . 'Host: localhost:90\r\n' . 'User-Agent: AGENT/0.007\r\n' ...
  2. R

    PHP webservices pass through?

    I dont use php very often , I have a webservice that will be called from a new gui, I need to have a passthrough php application that will just take xml recieved and send it to the webservice and just take whatever response it gets and pass it along. How can I do this without using php_xmlrpc
Back
Top