insert data and get last id Get link Facebook X Pinterest Email Other Apps November 08, 2020 $sql = "INSERT INTO MyGuests (firstname, lastname, email)VALUES ('John', 'Doe', 'john@example.com')";$last_id = mysqli_insert_id($conn); Get link Facebook X Pinterest Email Other Apps Comments
Comments
Post a Comment