Skip to content

Instantly share code, notes, and snippets.

@blackhalt
Last active December 21, 2015 16:19
Show Gist options
  • Save blackhalt/6332819 to your computer and use it in GitHub Desktop.
Save blackhalt/6332819 to your computer and use it in GitHub Desktop.
ir.lv "Aptauja".
<?php
die("Tu neproti PHP\n"); // Aizkomentē, ja vajag ;)
# Cepumus vajag? Retorisks jautājums.
$cik_reizes = 1000;
for ($i = 1; $i <= $cik_reizes; $i++) {
$file = file_get_contents('http://www.ir.lv/news/poll?poll=20614&index=5', NULL, NULL, NULL, 1);
echo "$i\n";
}
?>
@blackhalt
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment