Recent Posts

extjs.pilotwarezhk

extjs.pilotwarezhk

Return To Blog Listing

a personal learning experience in SEO, PHP, ExtJS, LAMP, etc...

Search This Blog's Tags For:

Recent Posts Tagged With 'random number'

  • rand() PHP function

    Posted on Thursday April 24th, 2008 at 02:23 in php, random number

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