File manager - Edit - /home/autoph/public_html/connectv1/app/notification/notification.php
Back
<?php class Notification{ public function insertNotification($type_id, $record_id, $employee_id, $generate_by_employee_id, $description,$db){ $db -> sql_query("INSERT INTO `notification_list`(`notification_type_id`, `record_id`, `employee_id`,`generate_by_employee_id`, `description`) VALUES ('$type_id','$record_id','$employee_id','$generate_by_employee_id','$description')"); } // public function insertRequestNotification($type_id, $request_id, $employee_id, $generate_by_employee_id, $description, $db){ // $db -> sql_query("INSERT INTO `text_blast_notification_list`(`notification_type_id`, `request_id`, `employee_id`,`generate_by_employee_id`, `description`) VALUES ('$type_id','$request_id','$employee_id','$generate_by_employee_id','$description')"); // } } ?>
| ver. 1.4 |
.
| PHP 7.3.33 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings