Duke SNIPPED Nukem will only allow 18 and above on his site. It seems like my html page is correct and my php is the problem. Anyone have any answers they would like to share with me? MAY JUSTICE REIGN SUPREME!!!!!
<?php
$month = $_REQUEST['bmonth'];
$day = $_REQUEST['day'];
$year = $_REQUEST['year'];
$this_day = date(d);
$this_month = date(m);
$this_year = date(Y);
$day_val = $this_day - $day;
$month_val = $this_month - $month;
$year_val = $this_year - $year;
if($year_val >= 19) {
header('Location: [URL]http://www.URL.com/Tour/Tour1.html'[/URL]);
}
if($month_val >= 0) {
header('Location: [URL]http://www.URL.com/Tour/Tour1.html'[/URL]);
}
if($day_val >= 0) {
header('Location: [URL]http://www.URL.com/Tour/Tour1.html'[/URL]);
} else {
header('Location: [URL]http://www.URL.com/notvalidbday.html'[/URL]);
}
?>
:twisted: :twisted: :twisted: :twisted: :twisted: :twisted: :twisted: :twisted: :twisted: :twisted: :twisted: :twisted: :twisted: :twisted: :twisted: :twisted: :twisted: