Jump to content

Latest Submitions, I've tried loads of things...


jemgames

Recommended Posts

$sql = mysql_query("SELECT col FROM tbl WHERE blah='$blah' ORDER BY id DESC LIMIT 8");

while ($row=mysql_fetch_assoc($sql)){
   echo $row['col'].'<br>';
}

 

Obviously you just need to replace that information with yours.

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.