To make a random number in PHP you can use the following snippet.
Sample PHP
$randInt = rand(9); // make a random number between 0 and 9
$randInt = rand(9); // make a random number between 0 and 9
RT @CodeSnippetsNET: How to make a random number in #PHP http://t.co/QRS8Oi7G6U #html #js #javascript #css #jquery #code
RT @CodeSnippetsNET: How to make a random number in #PHP http://t.co/QRS8Oi7G6U #html #js #javascript #css #jquery #code