$objConnect = mysql_connect("localhost","","") or die("Error Connect to Database");
$objDB = mysql_select_db("project");
$strSQL = "select * from tb_order where date_order between '$timestamp' and '$timestamp2'";
$objQuery = mysql_query($strSQL) or die ("Error Query [".$strSQL."]");