|
@@ -9,7 +9,6 @@ $result = mysqli_query($con, " SELECT * FROM `details` WHERE drg = $drg ORDER BY
|
|
|
if (!$result) {
|
|
if (!$result) {
|
|
|
printf("Error: %s\n", mysqli_error($con));
|
|
printf("Error: %s\n", mysqli_error($con));
|
|
|
exit();
|
|
exit();
|
|
|
- alert("error");
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
while ($row = mysqli_fetch_array($result)) {
|
|
while ($row = mysqli_fetch_array($result)) {
|
|
@@ -72,7 +71,6 @@ $result = mysqli_query($con, " SELECT * FROM `addresses` WHERE drg = $drg ORDER
|
|
|
if (!$result) {
|
|
if (!$result) {
|
|
|
printf("Error: %s\n", mysqli_error($con));
|
|
printf("Error: %s\n", mysqli_error($con));
|
|
|
exit();
|
|
exit();
|
|
|
- alert("error");
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
while ($row = mysqli_fetch_array($result)) {
|
|
while ($row = mysqli_fetch_array($result)) {
|