Jump to content

Please Help registration problem


hash1

Recommended Posts

When I try to register on my site i get the error on line 65 thing

 

this is line 65

$username = uc($username);
$password = uc($password);
$cpassword = uc($cpassword);
$email = limpiar($email);
$cemail = limpiar($cemail);
$pemail = limpiar($pemail);
$country = limpiar($country);

 

Can some one help please its very important  ???

Link to comment
https://forums.phpfreaks.com/topic/111748-please-help-registration-problem/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.