Re: [PHP-DOC] HELP - function rand()

2002-06-23 Thread Hartmut Holzgraefe
#1 do you propperly initialize the (pseudo)-random generator using srand()? --> http://php.net/srand #2 the php-doc list is for coordinating the documentation efforts, please ask support questions on the php-general list

[PHP-DOC] HELP - function rand()

2002-06-22 Thread Thales \(UOL\)
    Hi, all!         I'd like to know why the function rand() always returns the lowest number in my local server, and when I take it to my server on the WEB, it works perfectly. Every time I reload my page running my local server, this function returns the same result, and in my WEB server,