Şuanki Dizin: /home/wwwdreamtechnolo/public_html/vahtuksanghatana.com/admin/api/ |
Şuanki Dosya : /home/wwwdreamtechnolo/public_html/vahtuksanghatana.com/admin/api/vehicle-interest-form.php |
<?php ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); require_once("../lib/function.php"); $db = new login_function(); $flag = 0; $response = array(); if(isset($_POST['record_id'])) { $var_record_id = $_POST['record_id']; $var_full_name = $_POST['full_name']; $mobile_number = $_POST['mobile_number']; $state = $_POST['state']; $city = $_POST['city']; $u_message = $_POST['user_message']; if($db->add_new_interest_post($var_record_id,$var_full_name,$mobile_number,$state,$city,$u_message)) { $response["status"] = 1; $response["message"] = "Your Interest Sent Successfully"; } else{ $response["status"] = 0; $response["message"] = "Failed to show interest"; } } else { $response["status"] = 0; $response["message"] = "No Key Found"; } echo json_encode($response); ?>
Linux 65-254-81-4.cprapid.com 5.14.0-284.11.1.el9_2.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 9 05:49:00 EDT 2023 x86_64
Apache
65.254.81.4