Returns the following error:
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'group,email,verified,redirect) VALUES ( 'Bob', 'Bobly', 'Admin', '6efe0def62d76' at line 1
<?php $sql = "INSERT INTO `users` (firstname,lastname,username,password,group,email,verified,redirect) VALUES ( '$first', '$last', '$user', '$pass', 'Member', '$email', '$verified', '$redirect')"; ?>
Anyone see what's wrong?












