<?php

While($STH->fetch()){
$row=$STH->fetch();
print_r($row);
}