<?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.
|