Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Send data between two PHP scripts

Tags:

php

xml

I want to have a PHP script send a XML formatted string to another PHP script that resides on a different server in a different part of town.

Is there any nice, clean way of doing this?

(PHP5 and all the latest software available)

like image 483
user12970 Avatar asked Dec 10 '22 23:12

user12970


1 Answers

check out cURL for posting data between pages.

like image 58
nickf Avatar answered Dec 13 '22 15:12

nickf