/home/desid573/public_html/payment
NameSizeModeActions
assets/-0755rm
eway-rapid-php-master/-0755rm
pdd/-0755rm
xero/-0755rm
xero-2/-0755rm
xero-php-oauth2-master/-0755rm
10.php19410644editdlrm
11.php9920644editdlrm
approved.php15130644editdlrm
a_name_address.php9310644editdlrm
checktime.php14360644editdlrm
driverCheck.php7940644editdlrm
eCrypt.js684240644editdlrm
eway-rapid-php-master.zip572700644editdlrm
eWay.php426970644editdlrm
index.php560450644editdlrm
index1.php345060644editdlrm
index15May.php483660644editdlrm
indexOLD.php417930644editdlrm
indexTest.php425170644editdlrm
payment-shutdown.log5170644editdlrm
quote.php72180644editdlrm
test.php18710644editdlrm
thankyou.php241440644editdlrm
thankyouOLD.php301100644editdlrm
thankyouTest.php219500644editdlrm
tokenUpdate.php106730644editdlrm
updatetoken.php36960644editdlrm
xero-2-2.zip28341780644editdlrm
Edit: /home/desid573/public_html/payment/driverCheck.php (794B)
connect_error); $qcon=mysqli_connect($dbhost, $dbuser, $dbpass, $dbname); $sql = "SELECT * FROM booking WHERE `type` = 'MA' OR `type` = 'BA'"; $result = $conn->query($sql); if(!$result) { echo $conn->error; } while($row = mysqli_fetch_assoc($result)) { echo $row["driver"]."
"; $sql = "UPDATE invoices SET driver ='".$row["driver"]."' WHERE reference =".$row["reference"]; $check = $conn->query($sql); if(!$check) { echo $sql." ".$conn->error; } }