problema codice php

  • Creatore Discussione Creatore Discussione ale537
  • Data di inizio Data di inizio

ale537

Nuovo Utente
28 Dic 2008
1
0
0
salve a tutti sto creando una pagina php per la registrazione degli utenti ma ho dei problemi,

sapete dirmi cosa c'è di sbagliato in questa parte di codice??

//generate an random number for the user neede to activate there account
$actnum = rand( 1,999999999999);
//make sure that the activation number is positive (YES it can happen that the number is negatief.)
if ($actnum < 0){$actnum = $actnum + ($actnum*-2)}
//set the error variable to an empty string.
$error = "";
 

Discussioni simili