There is a php script, it creates a new line with data in the database, but the id of the new lines is 0. Can't figure out why?
$result2 = mysql_query("INSERT INTO `snonli`.`user` (`last_name`, `first_name`,`email`, `password`) VALUES ('$lastname', '$firstname', '$email', '$password');"); 