On Tue, 24 May 2011 23:47:47 +0700, "Paul S" wrote:
On Tue, 24 May 2011 21:09:34 +0700, "Richard S. Crawford"
wrote:
On Tue, May 24, 2011 at 6:51 AM, Paul S wrote:
I'd like to check a table to retrieve rows for which one field equals
one
of a set of values
#get products(fields)
On Tue, 24 May 2011 21:09:34 +0700, "Richard S. Crawford"
wrote:
On Tue, May 24, 2011 at 6:51 AM, Paul S wrote:
I'd like to check a table to retrieve rows for which one field equals
one
of a set of values
#get products(fields) in category list
while ($row = $db_connect->fetch_ar
On Tue, May 24, 2011 at 6:51 AM, Paul S wrote:
> I'd like to check a table to retrieve rows for which one field equals one
> of a set of values
>
>
> #get products(fields) in category list
>while ($row = $db_connect->fetch_array($productsincategory_list)) {
> $product = $row ['sele
I'd like to check a table to retrieve rows for which one field equals one
of a set of values
#get products(fields) in category list
while ($row = $db_connect->fetch_array($productsincategory_list)) {
$product = $row ['selection'];
$fields = "$fields" . " $product,";
}
4 matches
Mail list logo