File manager - Edit - /home/autoph/public_html/connectv1/app/nature_of_business/add_nature.php
Back
<?php include_once("../../cfg/db.php"); $new_nature = $db->escape(trim(strtoupper($_POST['new_nature']))); $current_user = $_SESSION['user']['id']; if(intval($db -> select("SELECT count(1) FROM source_nature_of_business WHERE name = '$new_nature'")) > 0){ $return_arr['status'] = 0; //duplicate nob name $return_arr['message'] = "NoB name already existing"; echo json_encode($return_arr); } else { $db->sql_query("INSERT INTO `source_nature_of_business` (`name`, `added_by`, `last_modified_by`, `add_source`) VALUES('$new_nature', '$current_user', '$current_user', 1)"); $return_arr['status'] = 1; echo json_encode($return_arr); } ?>
| ver. 1.4 |
.
| PHP 7.3.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings