Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $url = 'https://maker.ifttt.com/trigger/loop/with/key/dj6ID63Wo7CD1uPpvvHHRo';
- $ch = curl_init($url);
- $xml = "";
- //echo $xml . "<br />";
- curl_setopt($ch, CURLOPT_POST, 1);
- curl_setopt($ch, CURLOPT_POSTFIELDS, $xml);
- $response = curl_exec($ch);
- curl_close($ch);
Advertisement
Add Comment
Please, Sign In to add comment