Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
13-14 karakteres városnevek szkript
SUBMITTED BY:
Guest
DATE:
Dec. 18, 2013, 5:20 p.m.
FORMAT:
PHP
SIZE:
260 Bytes
Raw
Download
Tweet
HITS:
836
Go to comments
Report
<?php
$telepulesek
=
file
(
"telepulesek.txt"
);
foreach
(
$telepulesek
as
$telepules
)
{
$telepules
=
str_replace
(
"
\n
"
,
""
,
$telepules
);
if
((
strlen
(
$telepules
)
==
13
)
||
(
strlen
(
$telepules
)
==
14
))
echo
$telepules
.
"
\n
"
;
}
?>
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus