I have a "Forgot Password" code. And at the time of generating the random number to send to email, you are giving me this error:
Parse error: syntax error, unexpected '(', expecting ',' or ';' on line 9
Can anyone help me with this?
//Criar um código aleátorio
var $min = 000001;
var $max = 100000;
var $codigo = rand($min,$max);
//fim criar código aleátorio