Let's say you have a simple PHP file that just displays a random number.
When the user hits the submit button, the page will reload and display
another random number.
 
How often do you need to call mt_srand(); ?  Just once?  Or each time
the page gets reloaded?


Reply via email to