/home/desid573/public_html/gcdriver
NameSizeModeActions
assets/-0755rm
lib/-0755rm
payment/-0755rm
PHPMailer/-0755rm
square/-0755rm
array.php22000644editdlrm
a_name_address.php9590644editdlrm
class.phpmailer.php1409010644editdlrm
class.pop3.php103850644editdlrm
class.smtp.php403430644editdlrm
error_log417350644editdlrm
gcpathfinder.png20880644editdlrm
gcsedan.png26360644editdlrm
index.php833740644editdlrm
logo.jpg249910644editdlrm
newJob.php71760644editdlrm
PHPMailer.zip2553920644editdlrm
style.json10140644editdlrm
test.php9770644editdlrm
test2.php9320644editdlrm
test3.php12690644editdlrm
thankyou.php216670644editdlrm
typeConfig.php14600644editdlrm
Edit: /home/desid573/public_html/gcdriver/a_name_address.php (959B)
connect_error); $name = mysqli_real_escape_string($conn, $name); $query = "select customer_name, customer_mobile, customer_email, token from customers where customer_name = '".$name."' ORDER BY customer_mobile DESC LIMIT 0,1"; $result = mysqli_query($conn, $query); $row = mysqli_fetch_assoc($result); $user=array('name'=> $row['customer_name'],'mobile'=> $row['customer_mobile'],'email'=> $row['customer_email'], 'token'=>$row['token']); return json_encode($user, true); }