Code : Tout sélectionner
<?xml version="1.0" encoding="UTF-8"?>
<root>
<action url="http://tondomaine.fr/recup_infos.php">renvoi_infos</action>
</root>
<?php
file_get_contents("http://tondomaine.fr/recup_infos.php?variable1=valeur1&variable2");
Si tu as beaucoup de donner ou des fichiers à renvoyer, tu peux faire un envoi en POST avec Curl en PHP.