$strPerson = "select * from person where personid=".$_GET["personid_search"];
$strPerson = "select * from education where personid=".$_GET["personid_search"];
$strPerson = "select * from service where personid=".$_GET["personid_search"];
$strPerson = "select * from insignia where personid=".$_GET["personid_search"];
$strPerson = "select * from seminar where personid=".$_GET["personid_search"]; $strPerson = "select * from vacation where personid=".$_GET["personid_search"];
$objQuery = mysql_query($strSQL) or die ("Error Query [".$strSQL."]");