Recent Posts
extjs.pilotwarezhk
Return To Blog Listing
a personal learning experience in SEO, PHP, ExtJS, LAMP, etc...
Recent Posts Tagged With 'random number'
rand() PHP function
In many occasion, you need to generate a random number in your PHP script. CAPTCHA, generating random password, etc. Then you need the rand() function. Definition: The rand () function is used to generate a random number in PHP. It can also be used t...
