una cosa così potrebbe andare..
Codice PHP:
<%
Dim Limite
Limite = 31
Randomize()
Response.Write CInt((Limite - 1)*Rnd() + 1 )
%>
una cosa così potrebbe andare..
Codice PHP:
<%
Dim Limite
Limite = 31
Randomize()
Response.Write CInt((Limite - 1)*Rnd() + 1 )
%>