Pasienbydate PHP

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

<?

php
include"../warez_lib/connector.php";

ob_start();
error_reporting(0);
session_start();

$datePage = $_POST['dateAppoint'];
$monthPage = $_POST['monthAppoint'];
$yearPage = $_POST['yearAppoint'];

header('Location:../pasienwhatsapp-'.$yearPage.'-'.$monthPage.'-'.$datePage);

?>

You might also like