Skip to content
Snippets Groups Projects

OneHundred - 13515005 - Husnulzaki Wibisono Haryadi

Viewing commit 81288053
Show latest version
2 files
+ 5
2
Preferences
Compare changes
Files
2
+ 4
1
@@ -21,13 +21,15 @@
$username = $row['username'];
include("../template/header.php");
}
mysqli_close($con);
//==================================================
$ppoint = $_POST['picking_point'];
$dest = $_POST['destination'];
$seldrv = $_POST['selected_driver'];
$driverinfo_query = mysqli_query($con, "SELECT * FROM driver WHERE driver_id ='".$seldrv."'") or die(mysqli_error());
$driverinfo = mysqli_fetch_assoc($driverinfo_query);
?>
</div>
<div class="menu_container">
@@ -58,6 +60,7 @@
<input class="button green" type="submit" name="submit" value="Complete Order">
</div>
</form>
<?php mysqli_close($con); ?>
</div>
</body>
</html>
\ No newline at end of file