INSERT into users(`user_id`, `first_name`, `last_name`, `password`, `email`, `date_created`, `birth_date`)
VALUES (DEFAULT,'Paul','Newman', SHA2('myown',256),'dressing@outlook.com', NOW(),'1965-03-18')
Fatal error: Uncaught mysqli_sql_exception: Duplicate entry 'dressing@outlook.com' for key 'users.email' in /home/emsager/public_html/assignment7part5/insert.php:13
Stack trace:
#0 /home/emsager/public_html/assignment7part5/insert.php(13): mysqli_query(Object(mysqli), 'INSERT into use...')
#1 {main}
thrown in /home/emsager/public_html/assignment7part5/insert.php on line 13