An error occurred while loading the file. Please try again.
-
Husnulzaki Wibisono Haryadi authored90518570
order.php 105 B
<?php
$user_id = $_GET['id'];
header("Location: ../order/select_location.php?id=$user_id");
die();
?>
<?php
$user_id = $_GET['id'];
header("Location: ../order/select_location.php?id=$user_id");
die();
?>