Menu
How can i display the results of a mysql_fetch_array into multiple parts for displaying? Currently if i use the fetch_array it displays the information all at that once. What i want it to do is display the information nicely in an html table that has 8 rows and 8 columns
Edit: Basically what i need to do is limit the fetch array display for example before it does this:
Type: ValueType: ValueType: ValueType: ValueType: Value
when i add a br tag to the end of the echo i get this
Type: Value
Type: Value
Type: Value
What i want done is something like this:
Type: Value Type: Value Type: Value
Type: Value Type: Value Type: Value