note 52131 deleted from function.rand by felipe

[email protected]
Newsgroups php.notes
Message-ID <[email protected]>
Note Submitter: jawsper 

----

why so complicated?

this works fine for me:

<?php
function randomstring($length) {
	$random = rand();
	$string = md5($random);
	$output = substr($string,$length);
	return $output;
}
?>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.