Project is currently taken. ******************************************* I need something written with php that uses curl. I only need one person to do this, so please PM me or AIM me at ImpulseHorizon, and I will confirm that I will give you the project. Don't start working on it until I say that you have the project. A webpage with a edit box, put it into variable $title Then a box for the article, put it into variable $text A button that says submit that initiates: inside the php code: 1. Send a POST to http://www.example.com/remote with this content: <?xml version="1.0"?> <methodCall>$title</methodCall> 2. The http://www.example.com/remote server then sends an xml file back as a response: <?xml version='1.0'?><methodResponse>$response</methodResponse> 3. You need to store what $response is in a variable. 4. Send another POST to http://www.example.com/remote with this content: <?xml version="1.0"?> <methodCall>$text</methodCall> 5. Last thing: echo: Successfully Submitted to: $response