ryanfilard Posted June 18, 2011 Share Posted June 18, 2011 How can I repeat data from an sql table with out showing it in a table. Example: Product 1 Product 2 Desc 1 Desc 2 Product 3 Product 4 Desc 3 Desc 4 Quote Link to comment https://forums.phpfreaks.com/topic/239701-repeat-sql-text/ Share on other sites More sharing options...
DarkKnight2011 Posted June 18, 2011 Share Posted June 18, 2011 What exactly do you mean? you want to show data from a mysql table in a browser window without using a HTML table?? Could you please clarify exactly what you need assistance with, and what you have tried already to fix the problem? Quote Link to comment https://forums.phpfreaks.com/topic/239701-repeat-sql-text/#findComment-1231402 Share on other sites More sharing options...
ryanfilard Posted June 18, 2011 Author Share Posted June 18, 2011 Without using an html table Quote Link to comment https://forums.phpfreaks.com/topic/239701-repeat-sql-text/#findComment-1231454 Share on other sites More sharing options...
wildteen88 Posted June 18, 2011 Share Posted June 18, 2011 Without using an html table Then use Divs. You'll can then position the divs using CSS. Quote Link to comment https://forums.phpfreaks.com/topic/239701-repeat-sql-text/#findComment-1231455 Share on other sites More sharing options...
xyph Posted June 18, 2011 Share Posted June 18, 2011 Why do you not want to use a table, exactly? It was designed for this. divs are for layout, tables are for data. Quote Link to comment https://forums.phpfreaks.com/topic/239701-repeat-sql-text/#findComment-1231529 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.