【发布时间】:2010-06-16 07:37:33
【问题描述】:
我想知道如何通过数组获取所有字段值搜索。
我有一个数组
我的桌子是
id content
1 zahr
2 hai
.
.
.
and so on
$a = {2,3,4,5,43,32};
i have to take the contents by this id(from array "a").
i know, i can use "for" loop for getting each element from mysql.
but i would like to use any filters or any predefined function
感谢并提前
【问题讨论】: