单个变量:
复制内容到剪贴板
代码:
$sql="select * from ·table· where `name`=\'$post['name']\'";/[code]
数组变量:
[code] foreach ($post['name'] as $counts[] =>rows[])
for($i=0;$i<=coun([$counts []);$i++)
$sql="select * from ·table· where `name`=\'rows[$i]\'";只有我支持你了

没有测,随手写的