|
|
|
@ -11,7 +11,7 @@
|
|
|
|
Target Server Version : 100432 (10.4.32-MariaDB)
|
|
|
|
Target Server Version : 100432 (10.4.32-MariaDB)
|
|
|
|
File Encoding : 65001
|
|
|
|
File Encoding : 65001
|
|
|
|
|
|
|
|
|
|
|
|
Date: 09/05/2025 16:51:28
|
|
|
|
Date: 05/05/2025 17:22:24
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
SET NAMES utf8mb4;
|
|
|
|
SET NAMES utf8mb4;
|
|
|
|
@ -87578,9 +87578,8 @@ CREATE TABLE `php_submits_submission` (
|
|
|
|
`task_topics` bigint NULL DEFAULT NULL,
|
|
|
|
`task_topics` bigint NULL DEFAULT NULL,
|
|
|
|
`task_no` bigint NULL DEFAULT NULL,
|
|
|
|
`task_no` bigint NULL DEFAULT NULL,
|
|
|
|
`username` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL,
|
|
|
|
`username` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL,
|
|
|
|
`email` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL,
|
|
|
|
|
|
|
|
`testing_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
|
|
|
|
`testing_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
|
|
|
|
`tipe` enum('github','zip','file') CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'file',
|
|
|
|
`tipe` enum('github','zip','file') CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
|
|
|
|
`userfile` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
|
|
|
|
`userfile` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
|
|
|
|
`ket` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL,
|
|
|
|
`ket` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL,
|
|
|
|
`status_testing` int NULL DEFAULT NULL,
|
|
|
|
`status_testing` int NULL DEFAULT NULL,
|
|
|
|
@ -87591,253 +87590,251 @@ CREATE TABLE `php_submits_submission` (
|
|
|
|
PRIMARY KEY (`id`) USING BTREE,
|
|
|
|
PRIMARY KEY (`id`) USING BTREE,
|
|
|
|
INDEX `user_id`(`task_id` ASC) USING BTREE,
|
|
|
|
INDEX `user_id`(`task_id` ASC) USING BTREE,
|
|
|
|
INDEX `android_topic_id`(`testing_type` ASC) USING BTREE
|
|
|
|
INDEX `android_topic_id`(`testing_type` ASC) USING BTREE
|
|
|
|
) ENGINE = InnoDB AUTO_INCREMENT = 337 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci ROW_FORMAT = DYNAMIC;
|
|
|
|
) ENGINE = InnoDB AUTO_INCREMENT = 256 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci ROW_FORMAT = DYNAMIC;
|
|
|
|
|
|
|
|
|
|
|
|
-- ----------------------------
|
|
|
|
-- ----------------------------
|
|
|
|
-- Records of php_submits_submission
|
|
|
|
-- Records of php_submits_submission
|
|
|
|
-- ----------------------------
|
|
|
|
-- ----------------------------
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (1, 10, 1, 7, 1, NULL, 'syahrian5656@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:08:45', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (1, 10, 1, 7, 1, 'syahrian5656@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:08:45', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (2, 10, 2, 8, 1, NULL, 'syahrian5656@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:08:45', '10:17:30', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (2, 10, 2, 8, 1, 'syahrian5656@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:08:45', '10:17:30', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (3, 10, 3, 9, 1, NULL, 'syahrian5656@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:17:30', '10:27:15', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (3, 10, 3, 9, 1, 'syahrian5656@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:17:30', '10:27:15', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (4, 10, 4, 10, 1, NULL, 'syahrian5656@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:27:15', '10:37:51', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (4, 10, 4, 10, 1, 'syahrian5656@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:27:15', '10:37:51', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (5, 10, 5, 11, 1, NULL, 'syahrian5656@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:37:51', '10:50:03', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (5, 10, 5, 11, 1, 'syahrian5656@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:37:51', '10:50:03', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (6, 10, 1, 7, 1, NULL, 'athallah.alsha@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:08:40', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (6, 10, 1, 7, 1, 'athallah.alsha@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:08:40', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (7, 10, 2, 8, 1, NULL, 'athallah.alsha@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:08:40', '10:19:20', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (7, 10, 2, 8, 1, 'athallah.alsha@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:08:40', '10:19:20', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (8, 10, 3, 9, 1, NULL, 'athallah.alsha@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:19:20', '10:28:59', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (8, 10, 3, 9, 1, 'athallah.alsha@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:19:20', '10:28:59', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (9, 10, 4, 10, 1, NULL, 'athallah.alsha@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:28:59', '10:39:17', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (9, 10, 4, 10, 1, 'athallah.alsha@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:28:59', '10:39:17', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (10, 10, 5, 11, 1, NULL, 'athallah.alsha@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:39:17', '10:51:24', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (10, 10, 5, 11, 1, 'athallah.alsha@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:39:17', '10:51:24', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (11, 10, 1, 7, 1, NULL, 'albyanagungshafiqri@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:08:09', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (11, 10, 1, 7, 1, 'albyanagungshafiqri@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:08:09', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (12, 10, 2, 8, 1, NULL, 'albyanagungshafiqri@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:08:09', '10:18:18', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (12, 10, 2, 8, 1, 'albyanagungshafiqri@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:08:09', '10:18:18', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (13, 10, 3, 9, 1, NULL, 'albyanagungshafiqri@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:18:18', '10:26:27', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (13, 10, 3, 9, 1, 'albyanagungshafiqri@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:18:18', '10:26:27', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (14, 10, 4, 10, 1, NULL, 'albyanagungshafiqri@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:26:27', '10:36:30', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (14, 10, 4, 10, 1, 'albyanagungshafiqri@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:26:27', '10:36:30', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (15, 10, 5, 11, 1, NULL, 'albyanagungshafiqri@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:36:30', '10:48:54', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (15, 10, 5, 11, 1, 'albyanagungshafiqri@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:36:30', '10:48:54', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (16, 10, 1, 7, 1, NULL, 'thoriqfathurrozi@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:09:48', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (16, 10, 1, 7, 1, 'thoriqfathurrozi@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:09:48', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (17, 10, 2, 8, 1, NULL, 'thoriqfathurrozi@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:09:48', '10:19:36', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (17, 10, 2, 8, 1, 'thoriqfathurrozi@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:09:48', '10:19:36', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (18, 10, 3, 9, 1, NULL, 'thoriqfathurrozi@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:19:36', '10:29:42', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (18, 10, 3, 9, 1, 'thoriqfathurrozi@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:19:36', '10:29:42', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (19, 10, 4, 10, 1, NULL, 'thoriqfathurrozi@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:29:42', '10:39:52', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (19, 10, 4, 10, 1, 'thoriqfathurrozi@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:29:42', '10:39:52', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (20, 10, 5, 11, 1, NULL, 'thoriqfathurrozi@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:39:52', '10:52:04', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (20, 10, 5, 11, 1, 'thoriqfathurrozi@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:39:52', '10:52:04', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (21, 10, 1, 7, 1, NULL, 'krisnagmerz21@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:04:24', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (21, 10, 1, 7, 1, 'krisnagmerz21@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:04:24', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (22, 10, 2, 8, 1, NULL, 'krisnagmerz21@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:04:24', '10:08:48', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (22, 10, 2, 8, 1, 'krisnagmerz21@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:04:24', '10:08:48', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (23, 10, 3, 9, 1, NULL, 'krisnagmerz21@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:08:48', '10:15:54', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (23, 10, 3, 9, 1, 'krisnagmerz21@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:08:48', '10:15:54', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (24, 10, 4, 10, 1, NULL, 'krisnagmerz21@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:15:54', '10:26:07', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (24, 10, 4, 10, 1, 'krisnagmerz21@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:15:54', '10:26:07', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (25, 10, 5, 11, 1, NULL, 'krisnagmerz21@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:26:07', '10:38:16', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (25, 10, 5, 11, 1, 'krisnagmerz21@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:26:07', '10:38:16', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (26, 10, 1, 7, 1, NULL, 'indraw910@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:10:27', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (26, 10, 1, 7, 1, 'indraw910@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:10:27', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (27, 10, 2, 8, 1, NULL, 'indraw910@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:10:27', '10:22:54', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (27, 10, 2, 8, 1, 'indraw910@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:10:27', '10:22:54', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (28, 10, 3, 9, 1, NULL, 'indraw910@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:22:54', '10:33:21', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (28, 10, 3, 9, 1, 'indraw910@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:22:54', '10:33:21', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (29, 10, 4, 10, 1, NULL, 'indraw910@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:33:21', '10:43:31', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (29, 10, 4, 10, 1, 'indraw910@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:33:21', '10:43:31', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (30, 10, 5, 11, 1, NULL, 'indraw910@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:43:31', '10:55:41', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (30, 10, 5, 11, 1, 'indraw910@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:43:31', '10:55:41', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (31, 10, 1, 7, 1, NULL, '2241720114@student.polinema.ac.id', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:08:39', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (31, 10, 1, 7, 1, '2241720114@student.polinema.ac.id', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:08:39', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (32, 10, 2, 8, 1, NULL, '2241720114@student.polinema.ac.id', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:08:39', '10:17:28', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (32, 10, 2, 8, 1, '2241720114@student.polinema.ac.id', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:08:39', '10:17:28', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (33, 10, 3, 9, 1, NULL, '2241720114@student.polinema.ac.id', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:17:28', '10:26:57', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (33, 10, 3, 9, 1, '2241720114@student.polinema.ac.id', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:17:28', '10:26:57', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (34, 10, 4, 10, 1, NULL, '2241720114@student.polinema.ac.id', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:26:57', '10:37:51', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (34, 10, 4, 10, 1, '2241720114@student.polinema.ac.id', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:26:57', '10:37:51', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (35, 10, 5, 11, 1, NULL, '2241720114@student.polinema.ac.id', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:37:51', '10:50:00', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (35, 10, 5, 11, 1, '2241720114@student.polinema.ac.id', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:37:51', '10:50:00', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (36, 10, 1, 7, 1, NULL, 'daffayudisa09@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:12:09', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (36, 10, 1, 7, 1, 'daffayudisa09@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:12:09', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (37, 10, 2, 8, 1, NULL, 'daffayudisa09@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:12:09', '10:24:18', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (37, 10, 2, 8, 1, 'daffayudisa09@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:12:09', '10:24:18', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (38, 10, 3, 9, 1, NULL, 'daffayudisa09@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:24:18', '10:34:27', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (38, 10, 3, 9, 1, 'daffayudisa09@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:24:18', '10:34:27', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (39, 10, 4, 10, 1, NULL, 'daffayudisa09@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:34:27', '10:44:36', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (39, 10, 4, 10, 1, 'daffayudisa09@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:34:27', '10:44:36', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (40, 10, 5, 11, 1, NULL, 'daffayudisa09@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:44:36', '10:56:42', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (40, 10, 5, 11, 1, 'daffayudisa09@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:44:36', '10:56:42', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (41, 10, 1, 7, 1, NULL, 'anabellatus@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:11:24', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (41, 10, 1, 7, 1, 'anabellatus@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:11:24', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (42, 10, 2, 8, 1, NULL, 'anabellatus@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:11:24', '10:22:48', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (42, 10, 2, 8, 1, 'anabellatus@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:11:24', '10:22:48', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (43, 10, 3, 9, 1, NULL, 'anabellatus@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:22:48', '10:35:30', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (43, 10, 3, 9, 1, 'anabellatus@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:22:48', '10:35:30', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (44, 10, 4, 10, 1, NULL, 'anabellatus@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:35:30', '10:45:32', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (44, 10, 4, 10, 1, 'anabellatus@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:35:30', '10:45:32', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (45, 10, 5, 11, 1, NULL, 'anabellatus@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:45:32', '10:57:56', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (45, 10, 5, 11, 1, 'anabellatus@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:45:32', '10:57:56', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (46, 10, 1, 7, 1, NULL, 'fanesahbi22@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:09:52', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (46, 10, 1, 7, 1, 'fanesahbi22@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:09:52', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (47, 10, 2, 8, 1, NULL, 'fanesahbi22@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:09:52', '10:19:45', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (47, 10, 2, 8, 1, 'fanesahbi22@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:09:52', '10:19:45', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (48, 10, 3, 9, 1, NULL, 'fanesahbi22@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:19:45', '10:28:50', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (48, 10, 3, 9, 1, 'fanesahbi22@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:19:45', '10:28:50', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (49, 10, 4, 10, 1, NULL, 'fanesahbi22@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:28:50', '10:39:00', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (49, 10, 4, 10, 1, 'fanesahbi22@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:28:50', '10:39:00', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (50, 10, 5, 11, 1, NULL, 'fanesahbi22@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:39:00', '10:51:42', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (50, 10, 5, 11, 1, 'fanesahbi22@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:39:00', '10:51:42', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (51, 10, 1, 7, 1, NULL, 'putrinorchasana@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:05:34', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (51, 10, 1, 7, 1, 'putrinorchasana@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:05:34', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (52, 10, 2, 8, 1, NULL, 'putrinorchasana@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:05:34', '10:11:07', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (52, 10, 2, 8, 1, 'putrinorchasana@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:05:34', '10:11:07', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (53, 10, 3, 9, 1, NULL, 'putrinorchasana@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:11:07', '10:18:37', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (53, 10, 3, 9, 1, 'putrinorchasana@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:11:07', '10:18:37', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (54, 10, 4, 10, 1, NULL, 'putrinorchasana@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:18:37', '10:28:56', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (54, 10, 4, 10, 1, 'putrinorchasana@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:18:37', '10:28:56', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (55, 10, 5, 11, 1, NULL, 'putrinorchasana@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:28:56', '10:41:26', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (55, 10, 5, 11, 1, 'putrinorchasana@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:28:56', '10:41:26', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (56, 10, 1, 7, 1, NULL, '2241720031@student.polinema.ac.id', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:08:26', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (56, 10, 1, 7, 1, '2241720031@student.polinema.ac.id', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:08:26', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (57, 10, 2, 8, 1, NULL, '2241720031@student.polinema.ac.id', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:08:26', '10:16:52', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (57, 10, 2, 8, 1, '2241720031@student.polinema.ac.id', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:08:26', '10:16:52', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (58, 10, 3, 9, 1, NULL, '2241720031@student.polinema.ac.id', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:16:52', '10:29:21', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (58, 10, 3, 9, 1, '2241720031@student.polinema.ac.id', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:16:52', '10:29:21', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (59, 10, 4, 10, 1, NULL, '2241720031@student.polinema.ac.id', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:29:21', '10:39:33', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (59, 10, 4, 10, 1, '2241720031@student.polinema.ac.id', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:29:21', '10:39:33', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (60, 10, 5, 11, 1, NULL, '2241720031@student.polinema.ac.id', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:39:33', '10:51:49', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (60, 10, 5, 11, 1, '2241720031@student.polinema.ac.id', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:39:33', '10:51:49', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (61, 10, 1, 7, 1, NULL, 'doniwk1402@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:12:29', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (61, 10, 1, 7, 1, 'doniwk1402@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:12:29', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (62, 10, 2, 8, 1, NULL, 'doniwk1402@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:12:29', '10:24:58', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (62, 10, 2, 8, 1, 'doniwk1402@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:12:29', '10:24:58', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (63, 10, 3, 9, 1, NULL, 'doniwk1402@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:24:58', '10:38:02', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (63, 10, 3, 9, 1, 'doniwk1402@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:24:58', '10:38:02', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (64, 10, 4, 10, 1, NULL, 'doniwk1402@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:38:02', '10:48:26', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (64, 10, 4, 10, 1, 'doniwk1402@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:38:02', '10:48:26', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (65, 10, 5, 11, 1, NULL, 'doniwk1402@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:48:26', '11:00:38', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (65, 10, 5, 11, 1, 'doniwk1402@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:48:26', '11:00:38', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (66, 10, 1, 7, 1, NULL, 'putrinastitidea@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:15:04', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (66, 10, 1, 7, 1, 'putrinastitidea@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:15:04', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (67, 10, 2, 8, 1, NULL, 'putrinastitidea@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:15:04', '10:30:08', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (67, 10, 2, 8, 1, 'putrinastitidea@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:15:04', '10:30:08', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (68, 10, 3, 9, 1, NULL, 'putrinastitidea@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:30:08', '10:39:55', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (68, 10, 3, 9, 1, 'putrinastitidea@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:30:08', '10:39:55', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (69, 10, 4, 10, 1, NULL, 'putrinastitidea@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:39:55', '10:50:01', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (69, 10, 4, 10, 1, 'putrinastitidea@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:39:55', '10:50:01', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (70, 10, 5, 11, 1, NULL, 'putrinastitidea@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:50:01', '11:02:54', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (70, 10, 5, 11, 1, 'putrinastitidea@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:50:01', '11:02:54', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (71, 10, 1, 7, 1, NULL, 'elvarettas23@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:09:47', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (71, 10, 1, 7, 1, 'elvarettas23@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:09:47', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (72, 10, 2, 8, 1, NULL, 'elvarettas23@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:09:47', '10:19:34', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (72, 10, 2, 8, 1, 'elvarettas23@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:09:47', '10:19:34', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (73, 10, 3, 9, 1, NULL, 'elvarettas23@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:19:34', '10:26:43', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (73, 10, 3, 9, 1, 'elvarettas23@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:19:34', '10:26:43', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (74, 10, 4, 10, 1, NULL, 'elvarettas23@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:26:43', '10:36:50', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (74, 10, 4, 10, 1, 'elvarettas23@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:26:43', '10:36:50', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (75, 10, 5, 11, 1, NULL, 'elvarettas23@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:36:50', '10:49:44', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (75, 10, 5, 11, 1, 'elvarettas23@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:36:50', '10:49:44', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (76, 10, 1, 7, 1, NULL, 'nargyanti@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:07:09', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (76, 10, 1, 7, 1, 'nargyanti@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:07:09', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (77, 10, 2, 8, 1, NULL, 'nargyanti@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:07:09', '10:14:18', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (77, 10, 2, 8, 1, 'nargyanti@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:07:09', '10:14:18', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (78, 10, 3, 9, 1, NULL, 'nargyanti@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:24:36', '10:36:05', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (78, 10, 3, 9, 1, 'nargyanti@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:24:36', '10:36:05', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (79, 10, 4, 10, 1, NULL, 'nargyanti@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:36:05', '10:46:14', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (79, 10, 4, 10, 1, 'nargyanti@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:36:05', '10:46:14', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (80, 10, 5, 11, 1, NULL, 'nargyanti@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:46:14', '10:58:20', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (80, 10, 5, 11, 1, 'nargyanti@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:46:14', '10:58:20', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (81, 10, 1, 7, 1, NULL, 'nafiulalam25@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:11:18', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (81, 10, 1, 7, 1, 'nafiulalam25@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:11:18', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (82, 10, 2, 8, 1, NULL, 'nafiulalam25@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:11:18', '10:24:36', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (82, 10, 2, 8, 1, 'nafiulalam25@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:11:18', '10:24:36', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (83, 10, 3, 9, 1, NULL, 'nafiulalam25@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:22:48', '10:34:42', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (83, 10, 3, 9, 1, 'nafiulalam25@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:22:48', '10:34:42', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (84, 10, 4, 10, 1, NULL, 'nafiulalam25@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:34:42', '10:44:52', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (84, 10, 4, 10, 1, 'nafiulalam25@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:34:42', '10:44:52', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (85, 10, 5, 11, 1, NULL, 'nafiulalam25@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:44:52', '10:57:04', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (85, 10, 5, 11, 1, 'nafiulalam25@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:44:52', '10:57:04', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (86, 10, 1, 7, 1, NULL, 'database.no7@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:10:54', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (86, 10, 1, 7, 1, 'database.no7@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:10:54', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (87, 10, 2, 8, 1, NULL, 'database.no7@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:10:54', '10:22:48', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (87, 10, 2, 8, 1, 'database.no7@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:10:54', '10:22:48', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (88, 10, 3, 9, 1, NULL, 'database.no7@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:19:06', '10:28:09', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (88, 10, 3, 9, 1, 'database.no7@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:19:06', '10:28:09', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (89, 10, 4, 10, 1, NULL, 'database.no7@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:28:09', '10:38:21', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (89, 10, 4, 10, 1, 'database.no7@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:28:09', '10:38:21', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (90, 10, 5, 11, 1, NULL, 'database.no7@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:38:21', '10:50:48', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (90, 10, 5, 11, 1, 'database.no7@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:38:21', '10:50:48', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (91, 10, 1, 7, 1, NULL, 'muhridlo111@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:08:03', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (91, 10, 1, 7, 1, 'muhridlo111@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:08:03', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (92, 10, 2, 8, 1, NULL, 'muhridlo111@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:08:03', '10:19:06', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (92, 10, 2, 8, 1, 'muhridlo111@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:08:03', '10:19:06', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (93, 10, 3, 9, 1, NULL, 'muhridlo111@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:25:03', '10:36:05', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (93, 10, 3, 9, 1, 'muhridlo111@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:25:03', '10:36:05', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (94, 10, 4, 10, 1, NULL, 'muhridlo111@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:36:05', '10:46:29', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (94, 10, 4, 10, 1, 'muhridlo111@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:36:05', '10:46:29', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (95, 10, 5, 11, 1, NULL, 'muhridlo111@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:46:29', '10:58:55', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (95, 10, 5, 11, 1, 'muhridlo111@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:46:29', '10:58:55', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (96, 10, 1, 7, 1, NULL, 'rafiteguh6@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:12:01', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (96, 10, 1, 7, 1, 'rafiteguh6@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:12:01', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (97, 10, 2, 8, 1, NULL, 'rafiteguh6@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:12:01', '10:25:03', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (97, 10, 2, 8, 1, 'rafiteguh6@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:12:01', '10:25:03', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (98, 10, 3, 9, 1, NULL, 'rafiteguh6@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:11:26', '10:18:52', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (98, 10, 3, 9, 1, 'rafiteguh6@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:11:26', '10:18:52', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (99, 10, 4, 10, 1, NULL, 'rafiteguh6@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:18:52', '10:29:46', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (99, 10, 4, 10, 1, 'rafiteguh6@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:18:52', '10:29:46', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (100, 10, 5, 11, 1, NULL, 'rafiteguh6@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:29:46', '10:42:04', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (100, 10, 5, 11, 1, 'rafiteguh6@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:29:46', '10:42:04', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (101, 10, 1, 7, 1, NULL, 'malikibrahimdenny@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:05:38', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (101, 10, 1, 7, 1, 'malikibrahimdenny@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:05:38', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (102, 10, 2, 8, 1, NULL, 'malikibrahimdenny@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:05:38', '10:11:26', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (102, 10, 2, 8, 1, 'malikibrahimdenny@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:05:38', '10:11:26', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (103, 10, 3, 9, 1, NULL, 'malikibrahimdenny@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:26:32', '10:39:53', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (103, 10, 3, 9, 1, 'malikibrahimdenny@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:26:32', '10:39:53', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (104, 10, 4, 10, 1, NULL, 'malikibrahimdenny@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:39:53', '10:50:07', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (104, 10, 4, 10, 1, 'malikibrahimdenny@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:39:53', '10:50:07', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (105, 10, 5, 11, 1, NULL, 'malikibrahimdenny@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:50:07', '11:02:55', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (105, 10, 5, 11, 1, 'malikibrahimdenny@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:50:07', '11:02:55', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (106, 10, 1, 7, 1, NULL, 'byannurcahyo@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:13:21', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (106, 10, 1, 7, 1, 'byannurcahyo@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:13:21', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (107, 10, 2, 8, 1, NULL, 'byannurcahyo@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:13:21', '10:26:32', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (107, 10, 2, 8, 1, 'byannurcahyo@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:13:21', '10:26:32', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (108, 10, 3, 9, 1, NULL, 'byannurcahyo@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:31:54', '10:47:51', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (108, 10, 3, 9, 1, 'byannurcahyo@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:31:54', '10:47:51', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (109, 10, 4, 10, 1, NULL, 'byannurcahyo@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:47:51', '10:58:00', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (109, 10, 4, 10, 1, 'byannurcahyo@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:47:51', '10:58:00', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (110, 10, 5, 11, 1, NULL, 'byannurcahyo@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:58:00', '11:10:21', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (110, 10, 5, 11, 1, 'byannurcahyo@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:58:00', '11:10:21', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (111, 10, 1, 7, 1, NULL, 'afrizaldwiseptian@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:15:57', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (111, 10, 1, 7, 1, 'afrizaldwiseptian@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:15:57', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (112, 10, 2, 8, 1, NULL, 'afrizaldwiseptian@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:15:57', '10:31:54', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (112, 10, 2, 8, 1, 'afrizaldwiseptian@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:15:57', '10:31:54', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (113, 10, 3, 9, 1, NULL, 'afrizaldwiseptian@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:22:36', '10:34:04', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (113, 10, 3, 9, 1, 'afrizaldwiseptian@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:22:36', '10:34:04', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (114, 10, 4, 10, 1, NULL, 'afrizaldwiseptian@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:34:04', '10:44:19', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (114, 10, 4, 10, 1, 'afrizaldwiseptian@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:34:04', '10:44:19', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (115, 10, 5, 11, 1, NULL, 'afrizaldwiseptian@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:44:19', '10:57:03', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (115, 10, 5, 11, 1, 'afrizaldwiseptian@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:44:19', '10:57:03', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (116, 10, 1, 7, 1, NULL, 'ihza.nk.160903@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:11:18', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (116, 10, 1, 7, 1, 'ihza.nk.160903@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:11:18', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (117, 10, 2, 8, 1, NULL, 'ihza.nk.160903@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:11:18', '10:22:36', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (117, 10, 2, 8, 1, 'ihza.nk.160903@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:11:18', '10:22:36', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (118, 10, 3, 9, 1, NULL, 'ihza.nk.160903@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:15:40', '10:29:08', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (118, 10, 3, 9, 1, 'ihza.nk.160903@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:15:40', '10:29:08', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (119, 10, 4, 10, 1, NULL, 'ihza.nk.160903@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:29:08', '10:39:19', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (119, 10, 4, 10, 1, 'ihza.nk.160903@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:29:08', '10:39:19', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (120, 10, 5, 11, 1, NULL, 'ihza.nk.160903@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:39:19', '10:51:25', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (120, 10, 5, 11, 1, 'ihza.nk.160903@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:39:19', '10:51:25', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (121, 10, 1, 7, 1, NULL, 'ahmadaria012@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:07:50', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (121, 10, 1, 7, 1, 'ahmadaria012@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:07:50', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (122, 10, 2, 8, 1, NULL, 'ahmadaria012@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:07:50', '10:15:40', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (122, 10, 2, 8, 1, 'ahmadaria012@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:07:50', '10:15:40', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (123, 10, 3, 9, 1, NULL, 'ahmadaria012@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:18:30', '10:27:45', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (123, 10, 3, 9, 1, 'ahmadaria012@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:18:30', '10:27:45', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (124, 10, 4, 10, 1, NULL, 'ahmadaria012@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:27:45', '10:38:06', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (124, 10, 4, 10, 1, 'ahmadaria012@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:27:45', '10:38:06', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (125, 10, 5, 11, 1, NULL, 'ahmadaria012@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:38:06', '10:50:26', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (125, 10, 5, 11, 1, 'ahmadaria012@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:38:06', '10:50:26', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (126, 10, 1, 7, 1, NULL, 'andikaputrasamawa@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:09:15', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (126, 10, 1, 7, 1, 'andikaputrasamawa@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:09:15', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (127, 10, 2, 8, 1, NULL, 'andikaputrasamawa@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:09:15', '10:18:30', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (127, 10, 2, 8, 1, 'andikaputrasamawa@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:09:15', '10:18:30', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (128, 10, 3, 9, 1, NULL, 'andikaputrasamawa@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:22:52', '10:34:18', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (128, 10, 3, 9, 1, 'andikaputrasamawa@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:22:52', '10:34:18', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (129, 10, 4, 10, 1, NULL, 'andikaputrasamawa@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:34:18', '10:44:33', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (129, 10, 4, 10, 1, 'andikaputrasamawa@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:34:18', '10:44:33', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (130, 10, 5, 11, 1, NULL, 'andikaputrasamawa@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:44:33', '10:56:57', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (130, 10, 5, 11, 1, 'andikaputrasamawa@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:44:33', '10:56:57', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (131, 10, 1, 7, 1, NULL, 'agengabi1801@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:11:26', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (131, 10, 1, 7, 1, 'agengabi1801@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:11:26', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (132, 10, 2, 8, 1, NULL, 'agengabi1801@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:11:26', '10:22:52', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (132, 10, 2, 8, 1, 'agengabi1801@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:11:26', '10:22:52', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (133, 10, 3, 9, 1, NULL, 'agengabi1801@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:34:53', '10:51:25', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (133, 10, 3, 9, 1, 'agengabi1801@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:34:53', '10:51:25', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (134, 10, 4, 10, 1, NULL, 'agengabi1801@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:51:25', '11:01:49', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (134, 10, 4, 10, 1, 'agengabi1801@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:51:25', '11:01:49', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (135, 10, 5, 11, 1, NULL, 'agengabi1801@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '11:01:49', '11:14:19', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (135, 10, 5, 11, 1, 'agengabi1801@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '11:01:49', '11:14:19', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (136, 10, 1, 7, 1, NULL, 'aghisnifadhli@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:18:31', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (136, 10, 1, 7, 1, 'aghisnifadhli@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:18:31', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (137, 10, 2, 8, 1, NULL, 'aghisnifadhli@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:18:31', '10:34:53', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (137, 10, 2, 8, 1, 'aghisnifadhli@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:18:31', '10:34:53', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (138, 10, 3, 9, 1, NULL, 'aghisnifadhli@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:21:33', '10:38:20', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (138, 10, 3, 9, 1, 'aghisnifadhli@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:21:33', '10:38:20', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (139, 10, 4, 10, 1, NULL, 'aghisnifadhli@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:38:20', '10:48:38', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (139, 10, 4, 10, 1, 'aghisnifadhli@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:38:20', '10:48:38', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (140, 10, 5, 11, 1, NULL, 'aghisnifadhli@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:48:38', '11:01:08', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (140, 10, 5, 11, 1, 'aghisnifadhli@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:48:38', '11:01:08', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (141, 10, 1, 7, 1, NULL, 'agus21apy@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:10:46', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (141, 10, 1, 7, 1, 'agus21apy@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:10:46', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (142, 10, 2, 8, 1, NULL, 'agus21apy@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:10:46', '10:21:33', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (142, 10, 2, 8, 1, 'agus21apy@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:10:46', '10:21:33', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (143, 10, 3, 9, 1, NULL, 'agus21apy@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:12:54', '10:24:21', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (143, 10, 3, 9, 1, 'agus21apy@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:12:54', '10:24:21', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (144, 10, 4, 10, 1, NULL, 'agus21apy@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:24:21', '10:34:45', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (144, 10, 4, 10, 1, 'agus21apy@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:24:21', '10:34:45', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (145, 10, 5, 11, 1, NULL, 'agus21apy@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:34:45', '10:47:16', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (145, 10, 5, 11, 1, 'agus21apy@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:34:45', '10:47:16', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (146, 10, 1, 7, 1, NULL, 'abdullahkhaf4b1@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:06:27', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (146, 10, 1, 7, 1, 'abdullahkhaf4b1@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:06:27', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (147, 10, 2, 8, 1, NULL, 'abdullahkhaf4b1@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:06:27', '10:12:54', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (147, 10, 2, 8, 1, 'abdullahkhaf4b1@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:06:27', '10:12:54', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (148, 10, 3, 9, 1, NULL, 'abdullahkhaf4b1@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:25:04', '10:34:06', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (148, 10, 3, 9, 1, 'abdullahkhaf4b1@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:25:04', '10:34:06', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (149, 10, 4, 10, 1, NULL, 'abdullahkhaf4b1@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:34:06', '10:44:24', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (149, 10, 4, 10, 1, 'abdullahkhaf4b1@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:34:06', '10:44:24', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (150, 10, 5, 11, 1, NULL, 'abdullahkhaf4b1@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:44:24', '10:56:56', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (150, 10, 5, 11, 1, 'abdullahkhaf4b1@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:44:24', '10:56:56', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (151, 10, 1, 7, 1, NULL, 'iqrimannisa@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:13:02', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (151, 10, 1, 7, 1, 'iqrimannisa@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:13:02', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (152, 10, 2, 8, 1, NULL, 'iqrimannisa@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:13:02', '10:25:04', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (152, 10, 2, 8, 1, 'iqrimannisa@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:13:02', '10:25:04', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (153, 10, 3, 9, 1, NULL, 'iqrimannisa@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:20:48', '10:32:42', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (153, 10, 3, 9, 1, 'iqrimannisa@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:20:48', '10:32:42', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (154, 10, 4, 10, 1, NULL, 'iqrimannisa@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:32:42', '10:42:50', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (154, 10, 4, 10, 1, 'iqrimannisa@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:32:42', '10:42:50', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (155, 10, 5, 11, 1, NULL, 'iqrimannisa@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:42:50', '10:55:02', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (155, 10, 5, 11, 1, 'iqrimannisa@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:42:50', '10:55:02', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (156, 10, 1, 7, 1, NULL, 'aleshariza@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:09:54', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (156, 10, 1, 7, 1, 'aleshariza@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:09:54', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (157, 10, 2, 8, 1, NULL, 'aleshariza@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:09:54', '10:20:48', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (157, 10, 2, 8, 1, 'aleshariza@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:09:54', '10:20:48', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (158, 10, 3, 9, 1, NULL, 'aleshariza@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:04:04', '10:13:22', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (158, 10, 3, 9, 1, 'aleshariza@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:04:04', '10:13:22', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (159, 10, 4, 10, 1, NULL, 'aleshariza@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:13:22', '10:23:39', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (159, 10, 4, 10, 1, 'aleshariza@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:13:22', '10:23:39', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (160, 10, 5, 11, 1, NULL, 'aleshariza@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:23:39', '10:36:03', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (160, 10, 5, 11, 1, 'aleshariza@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:23:39', '10:36:03', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (161, 10, 1, 7, 1, NULL, 'rifarosyida2002@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:02:02', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (161, 10, 1, 7, 1, 'rifarosyida2002@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:02:02', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (162, 10, 2, 8, 1, NULL, 'rifarosyida2002@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:02:02', '10:04:04', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (162, 10, 2, 8, 1, 'rifarosyida2002@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:02:02', '10:04:04', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (163, 10, 3, 9, 1, NULL, 'rifarosyida2002@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:27:36', '10:35:38', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (163, 10, 3, 9, 1, 'rifarosyida2002@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:27:36', '10:35:38', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (164, 10, 4, 10, 1, NULL, 'rifarosyida2002@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:35:38', '10:45:44', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (164, 10, 4, 10, 1, 'rifarosyida2002@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:35:38', '10:45:44', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (165, 10, 5, 11, 1, NULL, 'rifarosyida2002@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:45:44', '10:59:06', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (165, 10, 5, 11, 1, 'rifarosyida2002@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:45:44', '10:59:06', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (166, 10, 1, 7, 1, NULL, 'daffamaulanasatria@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:13:18', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (166, 10, 1, 7, 1, 'daffamaulanasatria@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:13:18', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (167, 10, 2, 8, 1, NULL, 'daffamaulanasatria@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:13:18', '10:27:36', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (167, 10, 2, 8, 1, 'daffamaulanasatria@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:13:18', '10:27:36', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (168, 10, 3, 9, 1, NULL, 'daffamaulanasatria@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:05:02', '10:16:34', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (168, 10, 3, 9, 1, 'daffamaulanasatria@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:05:02', '10:16:34', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (169, 10, 4, 10, 1, NULL, 'daffamaulanasatria@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:16:34', '10:26:36', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (169, 10, 4, 10, 1, 'daffamaulanasatria@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:16:34', '10:26:36', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (170, 10, 5, 11, 1, NULL, 'daffamaulanasatria@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:26:36', '10:39:04', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (170, 10, 5, 11, 1, 'daffamaulanasatria@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:26:36', '10:39:04', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (186, 10, 1, 7, 1, NULL, 'farhanadriansyah@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:02:32', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (186, 10, 1, 7, 1, 'farhanadriansyah@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:02:32', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (187, 10, 2, 8, 1, NULL, 'farhanadriansyah@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:02:32', '10:05:02', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (187, 10, 2, 8, 1, 'farhanadriansyah@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:02:32', '10:05:02', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (188, 10, 3, 9, 1, NULL, 'farhanadriansyah@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:14:40', '10:23:45', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (188, 10, 3, 9, 1, 'farhanadriansyah@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:14:40', '10:23:45', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (189, 10, 4, 10, 1, NULL, 'farhanadriansyah@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:23:45', '10:33:50', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (189, 10, 4, 10, 1, 'farhanadriansyah@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:23:45', '10:33:50', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (190, 10, 5, 11, 1, NULL, 'farhanadriansyah@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:33:50', '10:46:20', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (190, 10, 5, 11, 1, 'farhanadriansyah@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:33:50', '10:46:20', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (191, 10, 1, 7, 1, NULL, 'makif@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:06:55', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (191, 10, 1, 7, 1, 'makif@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:06:55', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (192, 10, 2, 8, 1, NULL, 'makif@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:06:55', '10:14:40', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (192, 10, 2, 8, 1, 'makif@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:06:55', '10:14:40', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (193, 10, 3, 9, 1, NULL, 'makif@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:44:03', '10:57:09', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (193, 10, 3, 9, 1, 'makif@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:44:03', '10:57:09', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (194, 10, 4, 10, 1, NULL, 'makif@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:57:09', '11:07:16', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (194, 10, 4, 10, 1, 'makif@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:57:09', '11:07:16', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (195, 10, 5, 11, 1, NULL, 'makif@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '11:07:16', '11:19:42', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (195, 10, 5, 11, 1, 'makif@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '11:07:16', '11:19:42', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (196, 10, 1, 7, 1, NULL, 'leonardo.steven@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:20:00', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (196, 10, 1, 7, 1, 'leonardo.steven@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:20:00', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (197, 10, 2, 8, 1, NULL, 'leonardo.steven@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:20:00', '10:44:03', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (197, 10, 2, 8, 1, 'leonardo.steven@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:20:00', '10:44:03', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (198, 10, 3, 9, 1, NULL, 'leonardo.steven@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:24:56', '10:51:00', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (198, 10, 3, 9, 1, 'leonardo.steven@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:24:56', '10:51:00', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (199, 10, 4, 10, 1, NULL, 'leonardo.steven@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:51:00', '11:21:06', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (199, 10, 4, 10, 1, 'leonardo.steven@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:51:00', '11:21:06', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (200, 10, 5, 11, 1, NULL, 'leonardo.steven@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '11:21:06', '11:46:08', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (200, 10, 5, 11, 1, 'leonardo.steven@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '11:21:06', '11:46:08', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (201, 10, 1, 7, 1, NULL, 'jimmyjonshon@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:13:32', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (201, 10, 1, 7, 1, 'jimmyjonshon@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:13:32', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (202, 10, 2, 8, 1, NULL, 'jimmyjonshon@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:13:32', '10:24:56', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (202, 10, 2, 8, 1, 'jimmyjonshon@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:13:32', '10:24:56', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (203, 10, 3, 9, 1, NULL, 'jimmyjonshon@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:25:26', '10:39:09', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (203, 10, 3, 9, 1, 'jimmyjonshon@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:25:26', '10:39:09', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (204, 10, 4, 10, 1, NULL, 'jimmyjonshon@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:39:09', '10:49:51', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (204, 10, 4, 10, 1, 'jimmyjonshon@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:39:09', '10:49:51', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (205, 10, 5, 11, 1, NULL, 'jimmyjonshon@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:49:51', '11:02:30', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (205, 10, 5, 11, 1, 'jimmyjonshon@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:49:51', '11:02:30', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (206, 10, 1, 7, 1, NULL, 'richardsoegiarto@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:13:43', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (206, 10, 1, 7, 1, 'richardsoegiarto@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:13:43', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (207, 10, 2, 8, 1, NULL, 'richardsoegiarto@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:13:43', '10:25:26', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (207, 10, 2, 8, 1, 'richardsoegiarto@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:13:43', '10:25:26', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (208, 10, 3, 9, 1, NULL, 'richardsoegiarto@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:22:36', '10:34:04', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (208, 10, 3, 9, 1, 'richardsoegiarto@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:22:36', '10:34:04', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (209, 10, 4, 10, 1, NULL, 'richardsoegiarto@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:34:04', '10:44:19', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (209, 10, 4, 10, 1, 'richardsoegiarto@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:34:04', '10:44:19', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (210, 10, 5, 11, 1, NULL, 'richardsoegiarto@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:44:19', '10:57:07', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (210, 10, 5, 11, 1, 'richardsoegiarto@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:44:19', '10:57:07', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (211, 10, 1, 7, 1, NULL, 'amaludjir@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:10:18', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (211, 10, 1, 7, 1, 'amaludjir@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:10:18', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (212, 10, 2, 8, 1, NULL, 'amaludjir@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:10:18', '10:22:36', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (212, 10, 2, 8, 1, 'amaludjir@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:10:18', '10:22:36', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (213, 10, 3, 9, 1, NULL, 'amaludjir@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:22:36', '10:35:04', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (213, 10, 3, 9, 1, 'amaludjir@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:22:36', '10:35:04', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (214, 10, 4, 10, 1, NULL, 'amaludjir@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:35:04', '10:45:14', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (214, 10, 4, 10, 1, 'amaludjir@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:35:04', '10:45:14', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (215, 10, 5, 11, 1, NULL, 'amaludjir@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:45:14', '10:57:34', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (215, 10, 5, 11, 1, 'amaludjir@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:45:14', '10:57:34', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (216, 10, 6, 12, 1, NULL, 'syahrian5656@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:50:03', '11:05:33', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (216, 10, 6, 12, 1, 'syahrian5656@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:50:03', '11:05:33', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (217, 10, 6, 12, 1, NULL, 'athallah.alsha@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:51:24', '11:04:56', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (217, 10, 6, 12, 1, 'athallah.alsha@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:51:24', '11:04:56', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (218, 10, 6, 12, 1, NULL, 'albyanagungshafiqri@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:48:54', '11:04:18', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (218, 10, 6, 12, 1, 'albyanagungshafiqri@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:48:54', '11:04:18', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (219, 10, 6, 12, 1, NULL, 'thoriqfathurrozi@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:52:04', '11:05:16', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (219, 10, 6, 12, 1, 'thoriqfathurrozi@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:52:04', '11:05:16', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (220, 10, 6, 12, 1, NULL, 'krisnagmerz21@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:38:16', '10:53:46', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (220, 10, 6, 12, 1, 'krisnagmerz21@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:38:16', '10:53:46', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (221, 10, 6, 12, 1, NULL, 'indraw910@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:55:41', '11:11:17', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (221, 10, 6, 12, 1, 'indraw910@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:55:41', '11:11:17', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (222, 10, 6, 12, 1, NULL, '2241720114@student.polinema.ac.id', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:50:00', '11:06:48', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (222, 10, 6, 12, 1, '2241720114@student.polinema.ac.id', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:50:00', '11:06:48', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (223, 10, 6, 12, 1, NULL, 'daffayudisa09@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:56:42', '11:11:58', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (223, 10, 6, 12, 1, 'daffayudisa09@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:56:42', '11:11:58', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (224, 10, 6, 12, 1, NULL, 'anabellatus@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:57:56', '11:14:20', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (224, 10, 6, 12, 1, 'anabellatus@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:57:56', '11:14:20', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (225, 10, 6, 12, 1, NULL, 'fanesahbi22@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:51:42', '11:08:24', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (225, 10, 6, 12, 1, 'fanesahbi22@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:51:42', '11:08:24', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (226, 10, 6, 12, 1, NULL, 'putrinorchasana@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:41:26', '10:56:56', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (226, 10, 6, 12, 1, 'putrinorchasana@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:41:26', '10:56:56', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (227, 10, 6, 12, 1, NULL, '2241720031@student.polinema.ac.id', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:51:49', '11:06:07', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (227, 10, 6, 12, 1, '2241720031@student.polinema.ac.id', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:51:49', '11:06:07', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (228, 10, 6, 12, 1, NULL, 'doniwk1402@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '11:00:38', '11:14:50', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (228, 10, 6, 12, 1, 'doniwk1402@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '11:00:38', '11:14:50', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (229, 10, 6, 12, 1, NULL, 'putrinastitidea@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '11:02:54', '11:17:06', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (229, 10, 6, 12, 1, 'putrinastitidea@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '11:02:54', '11:17:06', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (230, 10, 6, 12, 1, NULL, 'elvarettas23@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:49:44', '11:05:38', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (230, 10, 6, 12, 1, 'elvarettas23@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:49:44', '11:05:38', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (231, 10, 6, 12, 1, NULL, 'nargyanti@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:58:20', '11:12:26', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (231, 10, 6, 12, 1, 'nargyanti@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:58:20', '11:12:26', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (232, 10, 6, 12, 1, NULL, 'nafiulalam25@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:57:04', '11:11:16', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (232, 10, 6, 12, 1, 'nafiulalam25@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:57:04', '11:11:16', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (233, 10, 6, 12, 1, NULL, 'database.no7@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:50:48', '11:06:36', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (233, 10, 6, 12, 1, 'database.no7@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:50:48', '11:06:36', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (234, 10, 6, 12, 1, NULL, 'muhridlo111@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:58:55', '11:13:31', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (234, 10, 6, 12, 1, 'muhridlo111@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:58:55', '11:13:31', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (235, 10, 6, 12, 1, NULL, 'rafiteguh6@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:42:04', '10:55:22', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (235, 10, 6, 12, 1, 'rafiteguh6@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:42:04', '10:55:22', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (236, 10, 6, 12, 1, NULL, 'malikibrahimdenny@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '11:02:55', '11:17:43', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (236, 10, 6, 12, 1, 'malikibrahimdenny@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '11:02:55', '11:17:43', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (237, 10, 6, 12, 1, NULL, 'byannurcahyo@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '11:10:21', '11:24:57', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (237, 10, 6, 12, 1, 'byannurcahyo@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '11:10:21', '11:24:57', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (238, 10, 6, 12, 1, NULL, 'afrizaldwiseptian@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:57:03', '11:11:57', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (238, 10, 6, 12, 1, 'afrizaldwiseptian@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:57:03', '11:11:57', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (239, 10, 6, 12, 1, NULL, 'ihza.nk.160903@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:51:25', '11:06:30', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (239, 10, 6, 12, 1, 'ihza.nk.160903@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:51:25', '11:06:30', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (240, 10, 6, 12, 1, NULL, 'ahmadaria012@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:50:26', '11:02:30', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (240, 10, 6, 12, 1, 'ahmadaria012@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:50:26', '11:02:30', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (241, 10, 6, 12, 1, NULL, 'andikaputrasamawa@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:56:57', '11:11:40', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (241, 10, 6, 12, 1, 'andikaputrasamawa@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:56:57', '11:11:40', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (242, 10, 6, 12, 1, NULL, 'agengabi1801@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '11:14:19', '11:26:49', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (242, 10, 6, 12, 1, 'agengabi1801@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '11:14:19', '11:26:49', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (243, 10, 6, 12, 1, NULL, 'aghisnifadhli@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '11:01:08', '11:14:26', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (243, 10, 6, 12, 1, 'aghisnifadhli@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '11:01:08', '11:14:26', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (244, 10, 6, 12, 1, NULL, 'agus21apy@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:47:16', '11:02:00', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (244, 10, 6, 12, 1, 'agus21apy@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:47:16', '11:02:00', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (245, 10, 6, 12, 1, NULL, 'abdullahkhaf4b1@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:56:56', '11:10:38', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (245, 10, 6, 12, 1, 'abdullahkhaf4b1@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:56:56', '11:10:38', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (246, 10, 6, 12, 1, NULL, 'iqrimannisa@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:55:02', '11:10:14', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (246, 10, 6, 12, 1, 'iqrimannisa@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:55:02', '11:10:14', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (247, 10, 6, 12, 1, NULL, 'aleshariza@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:36:03', '10:49:51', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (247, 10, 6, 12, 1, 'aleshariza@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:36:03', '10:49:51', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (248, 10, 6, 12, 1, NULL, 'rifarosyida2002@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:59:06', '11:14:18', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (248, 10, 6, 12, 1, 'rifarosyida2002@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:59:06', '11:14:18', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (249, 10, 6, 12, 1, NULL, 'daffamaulanasatria@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:39:04', '10:55:22', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (249, 10, 6, 12, 1, 'daffamaulanasatria@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:39:04', '10:55:22', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (250, 10, 6, 12, 1, NULL, 'farhanadriansyah@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:46:20', '11:00:50', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (250, 10, 6, 12, 1, 'farhanadriansyah@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:46:20', '11:00:50', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (251, 10, 6, 12, 1, NULL, 'makif@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '11:19:42', '11:33:18', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (251, 10, 6, 12, 1, 'makif@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '11:19:42', '11:33:18', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (252, 10, 6, 12, 1, NULL, 'leonardo.steven@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '11:46:08', '12:34:32', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (252, 10, 6, 12, 1, 'leonardo.steven@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '11:46:08', '12:34:32', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (253, 10, 6, 12, 1, NULL, 'jimmyjonshon@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '11:02:30', '11:26:30', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (253, 10, 6, 12, 1, 'jimmyjonshon@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '11:02:30', '11:26:30', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (254, 10, 6, 12, 1, NULL, 'richardsoegiarto@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:57:07', '11:11:55', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (254, 10, 6, 12, 1, 'richardsoegiarto@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:57:07', '11:11:55', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (255, 10, 6, 12, 1, NULL, 'amaludjir@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:57:34', '11:09:48', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (255, 10, 6, 12, 1, 'amaludjir@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:57:34', '11:09:48', '2024-05-31', NULL);
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (335, 10, 1, 7, 1, 'Amal Dermawan Udjir', 'amaludjir@gmail.com', 'testing_number_one', 'file', 'Test1.php', '<!doctype html>\r\n<html lang=\"en\">\r\n<head>\r\n<title>Belajar Membuat Heading dan Paragraph</title>\r\n</head>\r\n<body>\r\n<h1>Heading ke-1</h1>\r\n<h2>Heading ke-2</h2>\r\n<h3>Heading ke-3</h3>\r\n<h4>Heading ke-4</h4>\r\n<h5>Heading ke-5</h5>\r\n<h6>Heading ke-6</h6>\r\n<p> <strong>ini contoh paragraph</strong></p>\r\n</body>\r\n</html>', 0, '10:00:00', '10:35:39', '2025-05-09', NULL);
|
|
|
|
|
|
|
|
INSERT INTO `php_submits_submission` VALUES (336, 10, 1, 7, 1, 'Amal Dermawan Udjir', 'amaludjir@gmail.com', 'testing_number_one', 'file', 'Test1.php', '<!doctype html>\r\n<html lang=\"en\">\r\n<head>\r\n<title>Belajar Membuat Heading dan Paragraph</title>\r\n</head>\r\n<body>\r\n<h1>Heading ke-1</h1>\r\n<h2>Heading ke-2</h2>\r\n<h3>Heading ke-3</h3>\r\n<h4>Heading ke-4</h4>\r\n<h5>Heading ke-5</h5>\r\n<h6>Heading ke-6</h6>\r\n<p> <strong>ini contoh paragraph</strong></p>\r\n</body>\r\n</html>', NULL, '10:00:00', '10:42:54', '2025-05-09', NULL);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-- ----------------------------
|
|
|
|
-- ----------------------------
|
|
|
|
-- Table structure for php_task
|
|
|
|
-- Table structure for php_task
|
|
|
|
@ -87884,21 +87881,19 @@ DROP TABLE IF EXISTS `php_testing_rule`;
|
|
|
|
CREATE TABLE `php_testing_rule` (
|
|
|
|
CREATE TABLE `php_testing_rule` (
|
|
|
|
`id` int NOT NULL AUTO_INCREMENT,
|
|
|
|
`id` int NOT NULL AUTO_INCREMENT,
|
|
|
|
`testing_rule` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL,
|
|
|
|
`testing_rule` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL,
|
|
|
|
`output` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL,
|
|
|
|
|
|
|
|
`testing_name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL,
|
|
|
|
`testing_name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL,
|
|
|
|
PRIMARY KEY (`id`) USING BTREE
|
|
|
|
PRIMARY KEY (`id`) USING BTREE
|
|
|
|
) ENGINE = InnoDB AUTO_INCREMENT = 9 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci ROW_FORMAT = DYNAMIC;
|
|
|
|
) ENGINE = InnoDB AUTO_INCREMENT = 8 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci ROW_FORMAT = DYNAMIC;
|
|
|
|
|
|
|
|
|
|
|
|
-- ----------------------------
|
|
|
|
-- ----------------------------
|
|
|
|
-- Records of php_testing_rule
|
|
|
|
-- Records of php_testing_rule
|
|
|
|
-- ----------------------------
|
|
|
|
-- ----------------------------
|
|
|
|
INSERT INTO `php_testing_rule` VALUES (1, '<!doctype html>\r\n<html lang=\"en\">\r\n<head>\r\n<title>Belajar Membuat Heading dan Paragraph</title>\r\n</head>\r\n<body>\r\n<h1>Heading ke-1</h1>\r\n<h2>Heading ke-2</h2>\r\n<h3>Heading ke-3</h3>\r\n<h4>Heading ke-4</h4>\r\n<h5>Heading ke-5</h5>\r\n<h6>Heading ke-6</h6>\r\n<p> <strong>ini contoh paragraph</strong></p>\r\n</body>\r\n</html>', '1', 'testing_number_one');
|
|
|
|
INSERT INTO `php_testing_rule` VALUES (1, '<!doctype html>\r\n<html lang=\"en\">\r\n<head>\r\n<title>Belajar Membuat Heading dan Paragraph</title>\r\n</head>\r\n<body>\r\n<h1>Heading ke-1</h1>\r\n<h2>Heading ke-2</h2>\r\n<h3>Heading ke-3</h3>\r\n<h4>Heading ke-4</h4>\r\n<h5>Heading ke-5</h5>\r\n<h6>Heading ke-6</h6>\r\n<p> <strong>ini contoh paragraph</strong></p>\r\n</body>\r\n</html>', 'testing_number_one');
|
|
|
|
INSERT INTO `php_testing_rule` VALUES (2, '<?php\r\n $a = 3; \r\n $b = 3; \r\n echo $result = $a * $b;\r\n?>', '9', 'testing_number_two');
|
|
|
|
INSERT INTO `php_testing_rule` VALUES (2, '<?php\r\n $a = 3; \r\n $b = 3; \r\n echo $result = $a * $b;\r\n?>', 'testing_number_two');
|
|
|
|
INSERT INTO `php_testing_rule` VALUES (3, '<?php\r\n\r\n$nama = \"Ali Akbar\";\r\n$umur = 20;\r\n$tinggi = 172.5;\r\n$aktif = true;\r\n\r\n$gaji_pokok = 1000000; \r\n$gaji_bulanan = 0;\r\n$gaji_per_tahun = 0;\r\n$ppn = 0;\r\n$gaji_setelah_ppn = 0;\r\n\r\n$gaji_bulanan = $gaji_pokok * 0.5;\r\n\r\n$gaji_per_tahun = $gaji_bulanan * 12;\r\n\r\n$ppn = $gaji_per_tahun * 0.10;\r\n\r\n$gaji_setelah_ppn = $gaji_per_tahun - $ppn;\r\n\r\necho \"Nama : $nama <br>\";\r\necho \"Umur : $umur <br>\";\r\necho \"Tinggi : $tinggi <br>\";\r\necho \"Aktif : $aktif <br>\";\r\necho \"Gaji Pokok : $gaji_pokok <br>\";\r\necho \"Gaji Bulanan : $gaji_bulanan <br>\";\r\necho \"Gaji Per Tahun : $gaji_per_tahun <br>\";\r\necho \"PPN : $ppn <br>\";\r\necho \"Gaji Setelah PPN : $gaji_setelah_ppn <br>\";\r\n\r\n?>', 'Nama : Ali Akbar\r\nUmur : 20\r\nTinggi : 172.5\r\nAktif : 1\r\nGaji Pokok : 1000000\r\nGaji Bulanan : 500000\r\nGaji Per Tahun : 6000000\r\nPPN : 600000\r\nGaji Setelah PPN : 5400000', 'testing_number_three');
|
|
|
|
INSERT INTO `php_testing_rule` VALUES (4, 'php_testing_rule', 'testMethodPOST');
|
|
|
|
INSERT INTO `php_testing_rule` VALUES (4, 'php_testing_rule', NULL, 'testMethodPOST');
|
|
|
|
INSERT INTO `php_testing_rule` VALUES (5, '<?php\r\n\r\n$nilai = 75;\r\n\r\nif ($nilai >= 70) {\r\n echo \"Nilai Anda: \" . $nilai . \"<br>\";\r\n echo \"Anda lulus!\";\r\n}\r\n\r\necho \"<br><br>\";\r\n$nilai = 55;\r\nif ($nilai >= 70) {\r\n echo \"Nilai Anda: \" . $nilai . \"<br>\";\r\n echo \"Anda lulus!\";\r\n} else {\r\n echo \"Nilai Anda:\".$nilai.\"<br>\";\r\n echo \"Anda tidak lulus.\";\r\n}\r\n\r\necho \"<br><br>\";\r\n$nilai = \"B\";\r\nswitch ($nilai){\r\n case \"A\":\r\n echo \"Nilai Anda: \" . $nilai . \"<br>\";\r\n echo \"Pertahankan prestasi!\";\r\n break;\r\n case \"B\":\r\n echo \"Nilai Anda: \" . $nilai . \"<br>\";\r\n echo \"Cukup baik, terus tingkatkan!\";\r\n break;\r\n case \"C\":\r\n echo \"Nilai Anda: \" . $nilai . \"<br>\";\r\n echo \"Perlu lebih banyak belajar.\";\r\n break;\r\n default:\r\n echo \"Nilai Anda: \" . $nilai . \"<br>\";\r\n echo \"Maaf, tidak ada keterangan.\";\r\n}\r\n?>', 'testing_number_three');
|
|
|
|
INSERT INTO `php_testing_rule` VALUES (5, '<?php\r\n\r\n$nilai = 75;\r\n\r\nif ($nilai >= 70) {\r\n echo \"Nilai Anda: \" . $nilai . \"<br>\";\r\n echo \"Anda lulus!\";\r\n}\r\n\r\necho \"<br><br>\";\r\n$nilai = 55;\r\nif ($nilai >= 70) {\r\n echo \"Nilai Anda: \" . $nilai . \"<br>\";\r\n echo \"Anda lulus!\";\r\n} else {\r\n echo \"Nilai Anda:\".$nilai.\"<br>\";\r\n echo \"Anda tidak lulus.\";\r\n}\r\n\r\necho \"<br><br>\";\r\n$nilai = \"B\";\r\nswitch ($nilai){\r\n case \"A\":\r\n echo \"Nilai Anda: \" . $nilai . \"<br>\";\r\n echo \"Pertahankan prestasi!\";\r\n break;\r\n case \"B\":\r\n echo \"Nilai Anda: \" . $nilai . \"<br>\";\r\n echo \"Cukup baik, terus tingkatkan!\";\r\n break;\r\n case \"C\":\r\n echo \"Nilai Anda: \" . $nilai . \"<br>\";\r\n echo \"Perlu lebih banyak belajar.\";\r\n break;\r\n default:\r\n echo \"Nilai Anda: \" . $nilai . \"<br>\";\r\n echo \"Maaf, tidak ada keterangan.\";\r\n}\r\n?>', NULL, 'testing_number_four');
|
|
|
|
INSERT INTO `php_testing_rule` VALUES (6, '<?php\r\n$angka = 1;\r\necho \"Perulangan while:<br>\";\r\nwhile ($angka <= 5) {\r\n echo \"Angka: $angka <br>\";\r\n $angka++;\r\n}\r\necho \"<br>\";\r\n\r\necho \"Perulangan for:<br>\";\r\nfor ($i = 1; $i <= 5; $i++) {\r\n echo \"Angka: $i <br>\";\r\n}\r\necho \"<br>\";\r\n\r\n$angka = 1;\r\necho \"Perulangan do-while:<br>\";\r\ndo {\r\n echo \"Angka: $angka <br>\";\r\n $angka++;\r\n} while ($angka <= 5);\r\n\r\n?>', 'testing_number_four');
|
|
|
|
INSERT INTO `php_testing_rule` VALUES (6, '<?php\r\n$angka = 1;\r\necho \"Perulangan while:<br>\";\r\nwhile ($angka <= 5) {\r\n echo \"Angka: $angka <br>\";\r\n $angka++;\r\n}\r\necho \"<br>\";\r\n\r\necho \"Perulangan for:<br>\";\r\nfor ($i = 1; $i <= 5; $i++) {\r\n echo \"Angka: $i <br>\";\r\n}\r\necho \"<br>\";\r\n\r\n$angka = 1;\r\necho \"Perulangan do-while:<br>\";\r\ndo {\r\n echo \"Angka: $angka <br>\";\r\n $angka++;\r\n} while ($angka <= 5);\r\n\r\n', NULL, 'testing_number_five');
|
|
|
|
INSERT INTO `php_testing_rule` VALUES (7, '<?php \r\n$bilangan = array(1, 2, 3, 4, 5);\r\n$nama = array(\"John\", \"Doe\", \"Jane\");\r\n$status = array(true, false, true);\r\n\r\necho \"Nama pertama: \" . $nama[0] . \"<br>\";\r\necho \"Status kedua: \" . ($status[1] ? \"Aktif\" : \"Tidak Aktif\") . \"<br>\";\r\n\r\n$bilangan[] = 6;\r\nunset($nama[0]);\r\n\r\n$posisi = array_search(\"Doe\", $nama);\r\necho \"Posisi Nama Doe Terletak Pada Array Ke : \". $posisi . \"<br>\";;\r\n\r\n$jumlah_nama = count($nama);\r\necho \"Jumlah Nama Pada Array Adalah : \". $jumlah_nama . \"<br>\";\r\n\r\narray_push($nama, \"Smith\");\r\n$elemen_terakhir = array_pop($nama);\r\necho \"Elemen baru ditambahkan ke Array adalah : \". $elemen_terakhir . \"<br>\";\r\n?>', 'testing_number_five');
|
|
|
|
INSERT INTO `php_testing_rule` VALUES (8, '<?php \r\n$bilangan = array(1, 2, 3, 4, 5);\r\n$nama = array(\"John\", \"Doe\", \"Jane\");\r\n$status = array(true, false, true);\r\n\r\necho \"Nama pertama: \" . $nama[0] . \"<br>\";\r\necho \"Status kedua: \" . ($status[1] ? \"Aktif\" : \"Tidak Aktif\") . \"<br>\";\r\n\r\n$bilangan[] = 6;\r\nunset($nama[0]);\r\n\r\n$posisi = array_search(\"Doe\", $nama);\r\necho \"Posisi Nama Doe Terletak Pada Array Ke : \". $posisi . \"<br>\";;\r\n\r\n$jumlah_nama = count($nama);\r\necho \"Jumlah Nama Pada Array Adalah : \". $jumlah_nama . \"<br>\";\r\n\r\narray_push($nama, \"Smith\");\r\n$elemen_terakhir = array_pop($nama);\r\necho \"Elemen baru ditambahkan ke Array adalah : \". $elemen_terakhir . \"<br>\";\r\n', NULL, 'testing_number_six');
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-- ----------------------------
|
|
|
|
-- ----------------------------
|
|
|
|
-- Table structure for php_topics
|
|
|
|
-- Table structure for php_topics
|
|
|
|
@ -88012,7 +88007,7 @@ CREATE TABLE `php_user_submits` (
|
|
|
|
-- ----------------------------
|
|
|
|
-- ----------------------------
|
|
|
|
-- Records of php_user_submits
|
|
|
|
-- Records of php_user_submits
|
|
|
|
-- ----------------------------
|
|
|
|
-- ----------------------------
|
|
|
|
INSERT INTO `php_user_submits` VALUES ('Amal Dermawan Udjir', NULL, NULL, NULL);
|
|
|
|
INSERT INTO `php_user_submits` VALUES ('Athallah Adjani', NULL, NULL, NULL);
|
|
|
|
|
|
|
|
|
|
|
|
-- ----------------------------
|
|
|
|
-- ----------------------------
|
|
|
|
-- Table structure for projects
|
|
|
|
-- Table structure for projects
|
|
|
|
|