在下面的示例中,我采用了一个 ID 数组,只是为了将其转换为一段时间,然后再返回为一个数组,只是为了在页面上的逗号上将其分解。当然,必须有一种更简单的方法来做到这一点。
我在 $row['ID']s 的数组之后
function get_other_elector_phone($telephone,$current,$criteria){
$the_others = mysql_query("SELECT * FROM electors WHERE telephone = '$telephone' $criteria"); $results = '';
while($row = mysql_fetch_array($the_others)) {
$results .= $row['ID'].','; } return $results;
}
$others = get_other_elector_phone(g('electors',$elector,'telephone'),$elector,$criteria);
if($others){ $others = explode(',',$others);