// local vars $string = $_GET['string']; $month = $_GET['month']; $year = $_GET['year']; function monthForm ($month, $year) { need ('feature'); // suppress warnings @featureOpen ('Date Search'); ?>
featureClose (); } function keywordForm ($string) { need ('feature'); // suppress warnings @featureOpen ('Keyword Search'); ?> featureClose (); } monthForm ($month, $year); keywordForm ($string); ?>