How can i create a variable equal to a random 5 digit number with php?
$var = rand(10000, 99999);
ok sweet thanks