below is a php object which is retrieving some values from mysql db through a php method
$query = "SELECT imgpath from images";
$oMySQL->ExecuteSQL($query);
Now when i use this
$result=$oMySQL->ExecuteSQL($query);
it prints "Array" How to iterate through the array
Regards Jane
fororforeachto iteratearrayforeachorforin php and iterate