mrsam
09-25-2005, 06:53 PM
I wanna run a query looking something like this:
SELECT * FROM tabel where platform='PC' AND platform='PS2' AND platform='Xbox' ORDER BY id DESC limit 0,5
basically a query where I pick out certain platforms and then only list the latest 5 additions to those platforms. Thats pretty easy, however I want the data listed in a speciel way, 2 platforms with listing (meaning 2 columns per row), then a <br> (or empty <tr>) and repeat again with 2 platform listings per row:
PC games and hints | PS2 games and hints
- newest addition 1 | - newest addition 1
- newest addition 2 | - newest addition 2
- newest addition 3 | - newest addition 3
- newest addition 4 | - newest addition 4
- newest addition 5 | - newest addition 5
<br>
Xbox games and hints | Gamecube games and hints and hints
- newest addition 1 | - newest addition 1
- newest addition 2 | - newest addition 2
- newest addition 3 | - newest addition 3
- newest addition 4 | - newest addition 4
- newest addition 5 | - newest addition 5
Payment with Paypal. PM me if you can do it. Need it quick, so whoever can do it the fastest for me got the task.
Im going to bed and will return to check my PMs in 8 hours time or so.
SELECT * FROM tabel where platform='PC' AND platform='PS2' AND platform='Xbox' ORDER BY id DESC limit 0,5
basically a query where I pick out certain platforms and then only list the latest 5 additions to those platforms. Thats pretty easy, however I want the data listed in a speciel way, 2 platforms with listing (meaning 2 columns per row), then a <br> (or empty <tr>) and repeat again with 2 platform listings per row:
PC games and hints | PS2 games and hints
- newest addition 1 | - newest addition 1
- newest addition 2 | - newest addition 2
- newest addition 3 | - newest addition 3
- newest addition 4 | - newest addition 4
- newest addition 5 | - newest addition 5
<br>
Xbox games and hints | Gamecube games and hints and hints
- newest addition 1 | - newest addition 1
- newest addition 2 | - newest addition 2
- newest addition 3 | - newest addition 3
- newest addition 4 | - newest addition 4
- newest addition 5 | - newest addition 5
Payment with Paypal. PM me if you can do it. Need it quick, so whoever can do it the fastest for me got the task.
Im going to bed and will return to check my PMs in 8 hours time or so.
