<?php
if(!empty($_POST["kaydet"])){
$url="http://www.sitem.com/$_POST[gun]-$_POST[ay]-$_POST[yil]-gunu-anlami/";
header("Location: $url");
}
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>
<body>
<form method="post" action="#">
<select name="gun"><option>01</option><option>02</option></select>
<select name="ay"><option>ocak</option><option>subat</option></select>
<select name="yil"><option>2013</option><option>2014</option></select>
<input type="submit" name="kaydet" value="GİT !" />
</form>
</body>
</html>