metaluiz Posted June 24, 2004 Report Share Posted June 24, 2004 Ai galera alguém já teve algum problema com o RAND() ?eu faco assimselect * from tableexecutavar = num_rows(executa)var2 =rand(numero, var)ele retorna sempre o numero final tipo se foi 30....rand(1,30) ele retorna 30essa porcaria num funciona nem ****ndo no windows. num testei no linux ainda.se alguém souber de algo me avise...valeu !!! Quote Link to comment Share on other sites More sharing options...
0 Error404 Posted June 24, 2004 Report Share Posted June 24, 2004 Teste:<?php$rand = rand(1,30);echo "rand: ".$rand;?> Quote Link to comment Share on other sites More sharing options...
0 metaluiz Posted June 25, 2004 Author Report Share Posted June 25, 2004 funciono.eu num sei o que era mas eu coloquei (int) no valor que ele trazia do select, e ele funciono. meio estranho mas beleza...falow !!! Quote Link to comment Share on other sites More sharing options...
Question
metaluiz
Ai galera alguém já teve algum problema com o RAND() ?
eu faco assim
select * from table
executa
var = num_rows(executa)
var2 =rand(numero, var)
ele retorna sempre o numero final tipo se foi 30....rand(1,30) ele retorna 30
essa porcaria num funciona nem ****ndo no windows. num testei no linux ainda.
se alguém souber de algo me avise...
valeu !!!
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.