工会web
This commit is contained in:
19
GonghuiWeb/www/a.php
Normal file
19
GonghuiWeb/www/a.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
include_once("../inc/class.php");
|
||||
include_once("../inc/admin.smarty.php");
|
||||
$db = new myConn;
|
||||
$db->links();
|
||||
$GG=$db->getpost($GG);
|
||||
if($GG['id']){
|
||||
$arr = explode(",",$GG['id']);
|
||||
$idd = implode(',',$arr);
|
||||
$data = $db->fetch_all("select HeadHttp from IndividualDatum where UserID in (".$idd.")");
|
||||
foreach($data as $k => $v){
|
||||
if($v['HeadHttp']){
|
||||
$t[] = $v['HeadHttp'];
|
||||
}
|
||||
}
|
||||
echo implode(',',$t);
|
||||
}
|
||||
unset($GG,$ppxq);
|
||||
?>
|
||||
Reference in New Issue
Block a user