Hi I have a class called User and a method called insertUser().
function insertUser($first_name, $last_name, $user_name, $password, $email_address, $group_ho
You have a stray $ on mysql_query. Remove it:
$
mysql_query($query);