if($select1=="发货时间" and $select!=""){
$query="select * from tb_shopping where fahuo_time='$select'";
$result=mysql_query($query);
$myrow=mysql_fetch_array($result);
}