View Single Post
Old 11-05-2013, 11:38 PM   #3
mridul
Registered User
 
Join Date: Sep 2013
Posts: 92
<?php
echo rand() . "\n";
echo rand() . "\n";

echo rand(5, 15);
?>

and u will get output like this :
7771
22264
11
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
mridul is offline   Reply With Quote