Question Everything!
New member
Code as been sampled (not full code)
PHP: define("NEW_USER_VALUES", "'$username', '$password', '0', $ulevel, '$email', $time");
SQL: "INSERT INTO ".TBL_USERS." VALUES ".NEW_USER_VALUES."";
I dont merge them because there on different pages
PHP: define("NEW_USER_VALUES", "'$username', '$password', '0', $ulevel, '$email', $time");
SQL: "INSERT INTO ".TBL_USERS." VALUES ".NEW_USER_VALUES."";
I dont merge them because there on different pages