View Single Post
Old 03-21-2014, 02:59 PM   #5
azraf
Registered User
 
Join Date: Mar 2014
Posts: 27
as said above, you can use rand() function.
e.g.
$v = rand(1, 999999);
It will assign the value of $v randomly between 1 to 999999.
__________________
Read free
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.
and Portfolio
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
article.
Join Business Learners Community.
For IT support:
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
| IT Blog
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
azraf is offline   Reply With Quote