Page 1 of 1

Please Help registration problem

Posted: Tue Jun 24, 2008 5:32 pm
by hashie
When I try to register on my site i get the error on line 65 thing

this is line 65

Code: Select all

$username = uc($username);
$password = uc($password);
$cpassword = uc($cpassword);
$email = limpiar($email);
$cemail = limpiar($cemail);
$pemail = limpiar($pemail);
$country = limpiar($country);
I recieve this ERROR
Fatal error: Call to undefined function uc() in /home2/bestbuxn/public_html/boldbux/register.php on line 65


Can some one help please its very important :banghead:

Re: Please Help registration problem

Posted: Tue Jun 24, 2008 6:19 pm
by Christopher
Try strtoupper().