查询时两个查询条件之间怎么合并

浏览:2075 发布日期:2015/10/08 分类:求助交流
比如:
$where1['name'] = 1;
$where1['address'] = 2;

$where2['name'] = 3;
$where2['address'] = 4;

$where1和$where2之间or关系

这样该怎么做?
最佳答案
评论( 相关
后面还有条评论,点击查看>>