pastebin
| #1 paste tool since 2002
create new paste
tools
api
archive
real-time
faq
pastebin
Follow @pastebin
create new paste
trending pastes
sign up
login
my settings
my profile
My Pastes
Public Pastes
Untitled
3 sec ago
Untitled
9 sec ago
Untitled
Python | 19 sec ago
Aston Villa vs Manchest...
33 sec ago
Untitled
C | 17 sec ago
Untitled
22 sec ago
Untitled
HTML 5 | 26 sec ago
Untitled
28 sec ago
Layout Width
Share Pastebin
j03
By: a guest | Apr 19th, 2008 | Syntax:
PHP
| Size: 0.17 KB | Hits: 17 | Expires: Never
Download
|
Raw
|
Embed
|
Report abuse
<?php
$leeet
=
rand
(
0
,
20000
)
;
while
(
$leeet
!=
13337
)
{
echo
$leeet
.
" is not the number 13337 <br>"
;
$leeet
=
rand
(
0
,
20000
)
;
}
echo
"We have leeet!!!!"
.
$leet
;
?>
create new paste
|
create new version of this paste
RAW Paste Data
<?php $leeet = rand(0, 20000); while($leeet != 13337){ echo $leeet . " is not the number 13337 <br>"; $leeet = rand(0, 20000); } echo "We have leeet!!!!" . $leet; ?>