Re:[Phplib-users] DB class
Brought to you by:
nhruby,
richardarcher
|
From: Guenther T. <th...@eq...> - 2001-09-05 13:28:09
|
Hi Martin,
you wrote:
>> foreach($db->Record as $key=>$val) {
>> if ($val == 1) {
>> show($key . '.gif');
>> }
>> }
>>
>> Just from the top of my head. :-) But atleast it should give you a
>> hint of a direction you could try.
It did... ;-)
Works perfectly. Thanks.
Guenther
|