Zedman
2008-06-27 18:46:05 UTC
$sql = 'SELECT * FROM `3dmark06` ORDER BY `3dmark06`.`score` DESC LIMIT 0, 30 ';
I want to have it create a HTML table and add a row in that HTML table for each user with their info. So you know what the variables are and their fields etc here is my code to create an entry but i left out the values part on purpose.
INSERT INTO 3dmark06 (user, score, cpu, cpuspeed, gpu, gpuspeed, ram, os, link1, link2, link3, activate)
Lastly, i dont want activate shown, but rather, if its value is 0 then dont include it in the table. Thanx to anyone who helps me out.