User registration and error management working
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
require_once('includes.inc.php');
|
||||
define('PATTERN', '/^[a-zA-Z0-9 ]{6,20}$/');
|
||||
$data = null;
|
||||
$data = '';
|
||||
$error = 0;
|
||||
$name = $_GET['name'];
|
||||
$uid = md5(uniqid(rand(), true));
|
||||
|
||||
Reference in New Issue
Block a user