I do a query that select latest 3 records in the database table.
Now after doing the query, i need to echo it's results in 3 different
tables, 1 big, and 2 small below the big one.
how can i do that?
Now after doing the query, i need to echo it's results in 3 different
tables, 1 big, and 2 small below the big one.
how can i do that?
Comment