How to determine size of an tep_db_fetch_array inside a while loop? – Oscommerce
Can't get this. How to determine size of an tep_db_fetch_array inside a while loop? I would like to do this: $i=0; while($a = tep_db_fetch_array($query)){ if($i==5){ // start a div i.e. } //do sth here if($i>=count($a)){ //close the div i.e. }…