Jump to content

echo recordset output left to right?


Thundarfoot

Recommended Posts

I am displaying the results of a query in table bu using

<td><?php echo $row_Recordset1['column name']; ?></td>

 

I am only displaying the results of 1 column, and instead of a long page of single results

 

a

b

c

 

I would prefer to make the output display from left to right.

 

a  b  c  d

 

is this possible and if so how?

 

Thank you for your time and knowledge.

Link to comment
https://forums.phpfreaks.com/topic/89260-echo-recordset-output-left-to-right/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.