I tried
  <?
  $random = gmp_intval(gmp_random(10));
  echo $random;
  ?>
  <?
  $random = gmp_random(10);
  $random = gmp_strval($random);
  echo $random;
  ?>

  but it echoes realy big numbers like 36324613454671
  

-- 
 Marius
 [EMAIL PROTECTED]



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

Reply via email to