Search results

  1. S

    i want to add a new row after every third column in php-mysql?

    i am creating a table in which the data is coming from fetching the mysql_fetch_assoc function. i am using while loop to display all the data from the query. the problem is I want to display the data in this way; FIELD 1 FIELD 2 FIELD 3 FIELD 4 FIELD 5 FIELD 6 i was using for...
Back
Top