Hello, I have Wampserver64 installed on my computer without any issues and it is working fine. In the phpMyAdmin => Variables => sql mode section, the following variables are present: STRICT_ALL_TABLES, NO_ZERO_IN_DATE, NO_ZERO_DATE, ERROR_FOR_DIVISION_BY_ZERO, NO_AUTO_CREATE_USER. By using the php script I have written, I am able to delete these variables and make records into the database. Is there anything specific I need to pay attention to in the database record codes? NOTE: I am using the mysqli connection format to connect to the database.