suppose my fetch_array would loop 42 times which should mean it would display 42 rows in my page.
But what if I want 100 rows to be displayed so every row except 42 would be blank
how do I this in PHP?
while (mysql_fetch_array()+58){}
can anybody translate this line to PHP for me please?
But what if I want 100 rows to be displayed so every row except 42 would be blank
how do I this in PHP?
while (mysql_fetch_array()+58){}
can anybody translate this line to PHP for me please?