Author Topic: PHP & Curl  (Read 196 times)

zymo

  • New Member
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
PHP & Curl
« on: September 03, 2010, 11:01:58 AM »
I am trying to send the following curl command using PHP but I have so far been unsuccessful, any help would be appreciated :-)


curl -u 1fd7b89be6f3533d7:X -H  'Content-Type:application/xml' -d '<message><body>Test  using the API</body></message>' http://someurl.com


The purpose of this script is to automatically send a message to a campfire chatroom for a PHPUnit script using Selenium