A Digital Age Deserves A Digital Leader

Fun with PHP and binary

Fun with PHP and binary

Postby c0ldfyr3 » Tue Nov 25, 2008 7:17 pm

so i came up with this crazy script messing around lastnight that displays random zeros and ones... yey for me, it doesn't stop either.


Code: Select all
$data = range(1, 999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999);
for($i=0; $i<10; $i++){
 $random = $data;
 echo array_rand($data) . "\n";
}
while ($random == $data) {
      echo array_rand($data) . "\n";
      }



you can view an example, this is my guild website, no longer in use. So i use it for random scripts... lmaohere
Image
PRO Level 15
User avatar
Posts: 1346
Joined: Sun May 02, 2004 8:49 pm
Location: 127.0.0.1

Return to HTML, CSS, and Scripts

Who is online

Users browsing this forum: No registered users and 1 guest