Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Software Development
Programming
Programming Q&A
Outputting MySQL data in a specific way
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Kaz" data-source="post: 353544" data-attributes="member: 1611"><p>Ok, so I have a table with a couple of rows.</p><p>Each row having a unique X and Y Number (co-ordinates)</p><p>Example:</p><p>Row 1: x = 0, y = 0</p><p>Row 2: x = 0, y = 1</p><p>Row 3: x= 0, y = 2</p><p>blah blah</p><p>Row 20: x = 3, y = 4</p><p>And so on..</p><p></p><p>What I am wanting to do is output the data in a table so it looks like this - <a href="http://cl.ly/image/392m0S031J0l" target="_blank">http://cl.ly/image/392m0S031J0l</a></p><p>Or even if 0,0 starts in the top left and the bottom right is 7,7</p><p></p><p>What approach do I take? I have tried a couple of things but none seem to work.</p></blockquote><p></p>
[QUOTE="Kaz, post: 353544, member: 1611"] Ok, so I have a table with a couple of rows. Each row having a unique X and Y Number (co-ordinates) Example: Row 1: x = 0, y = 0 Row 2: x = 0, y = 1 Row 3: x= 0, y = 2 blah blah Row 20: x = 3, y = 4 And so on.. What I am wanting to do is output the data in a table so it looks like this - [URL]http://cl.ly/image/392m0S031J0l[/URL] Or even if 0,0 starts in the top left and the bottom right is 7,7 What approach do I take? I have tried a couple of things but none seem to work. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Software Development
Programming
Programming Q&A
Outputting MySQL data in a specific way
Top