Thanks, here a few of the links for the link list file (named demo-list.txt)
<!-- 4x4evolution --><li><a href="/downloads/demos.php?game=4x4Evolution&download=0">4x4 Evolution</a></li>
<!-- beetlebuggin --><li><a href="/downloads/demos.php?game=BeetleBuggin&download=0">Beetle Buggin</a></li>
<!-- boarderzone --><li><a href="/downloads/demos.php?game=BoarderZone&download=0">Boarder Zone</a></li>
(the comment at the beginning of each line is to sort it automatically...
here is a data file...
<?php
$demo = "4x4 Evolution";
$publisher = "Terminal Reality";
$developer = "Terminal Reality";
$site = "http://www.4x4evolution.com/";
$os = "Windows 95/98";
$system = "Pentium 166";
$ram = "32";
$description = "blah blah.";
$shortdescription = "blah blah.";
$directX = "Required";
$dlsize = "32.8";
$dlname = "4x4_Evolution.exe";
?>
I hope that what you mean...
I can show you the actual page that displays the demo or list if you need that...