J
|
Jane 4/7/2008 |
Hi, $_SESSION["abofrom"]=$_GET['from']; $_SESSION["aboto"]=$_GET['to']; if($_SESSION["abofrom"]!="") $strWhereClause=whereAdd($strWhereClause,"abostart >='".$_SESSION["abofrom"]."' and abostart <='".$_SESSION["aboto"]."'"); |