<?php echo $random = gmp_intval(gmp_random(10)); ?>

On Thursday 29 May 2003 01:24 pm, Marius wrote:
> <?
> $random = gmp_random(10);
> echo "$random";
> ?>
> how to do that it echoes a random number and not a
> Resource id #1,

-- 

Happy shall he be, that taketh and dasheth thy little ones against the stones.

-Psalms 137:9


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to