FilesForFree http://www.filesforfree.com Free Software and Game Downloads en-us 0 order by file_date_added desc limit 15"; $sql=mysql_query($query); while($row=mysql_fetch_array($sql)) { echo ' '.strip_tags($row['file_name']).' http://www.filesforfree.com/download/'.$row['file_page_name']. ' '.htmlentities2(substr(strip_tags($row['file_short_description']),0,150)).' '.strftime("%a, %d %b %Y %T %Z",$row['file_date_added']).' '; } ?>