3v4l.org

run code in 300+ PHP versions simultaneously
<?php for($i = 0; $i<10; $i++) { $ch = curl_init('http://www.eska.pl/indexajax.php?action=NewsMultimediaPollv5&start=increment'); curl_setopt($ch, CURLOPT_POST, 1); curl_setopt($ch, CURLOPT_POSTFIELDS, "cmm=83798&answer=1"); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); $data = curl_exec($ch); echo $i.'<br>'; echo htmlspecialchars($data).'<br>'; }

preferences:
44.62 ms | 402 KiB | 5 Q