Please Help registration problem
Posted: Tue Jun 24, 2008 5:32 pm
When I try to register on my site i get the error on line 65 thing
this is line 65
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
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);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