Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
guitarman0831
Jun 8th, 2011
162
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
PHP
0.22 KB
| None
|
0
0
raw
download
clone
embed
print
report
<?php
$dir
=
'../uploads/store/'
;
if
(
is_dir
(
$dir
)
)
{
if
(
$dh
=
opendir
(
$dir
)
)
{
while
(
(
$file
=
readdir
(
$dh
)
)
!==
false
)
{
echo
"
$file
<br \>"
;
}
closedir
(
$dh
)
;
}
}
?>
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
tdhj
JavaScript | 10 min ago | 0.47 KB
BinaryNinja 5.1.8005 (Jul 25, 2025)
JSON | 21 min ago | 1.92 KB
Homework46
C# | 30 min ago | 9.61 KB
считывание вектора
C++ | 33 min ago | 0.64 KB
проверка на двудольность
C++ | 33 min ago | 1.08 KB
fw-mt
Bash | 35 min ago | 1.36 KB
Untitled
JSON | 38 min ago | 40.16 KB
Green Hell VR Large Planter Box
XML | 1 hour ago | 0.13 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!