website/parts/news_search.php

9 lines
153 B
PHP

<?
need ("news");
$string = $_GET['string'];
$month = $_GET['month'];
$year = $_GET['year'];
monthForm ($month, $year);
keywordForm ($string);
?>