Free Beautiful Css templates, Web designer tricks from expert
function getRandomId($min = NULL, $max = NULL) { if (is_numeric($min) && is_numeric($max)) { return mt_rand($min, $max); } else { return mt_rand(); } }
No comments:
Post a Comment