//24th November Michael
if(trim($_GET["searchtxt"])!=""){
$searchtxt = do_escape(trim(strip_tags(@$_GET["searchtxt"])));
}
if (trim($_GET['photographer']) != '') {
$_photographer = do_escape(trim(strip_tags(@$_GET['photographer'])));
$searchtxt = '';
}
if (trim($_GET['title']) != '') {
$_title = do_escape(trim(strip_tags(@$_GET['title'])));
$searchtxt = '';
}
?>
Search the Winners Gallery