about summary refs log tree commit diff stats
path: root/data/maps/the_between/rooms
ModeNameSize
-rw-r--r--B2 Back Room.txtpb283log stats plain blame
-rw-r--r--B2 Front Room.txtpb198log stats plain blame
-rw-r--r--Control Center Side.txtpb409log stats plain blame
-rw-r--r--Main Area.txtpb3168log stats plain blame
-rw-r--r--Plaza Entrance.txtpb110log stats plain blame
teger.Long */
			<H1>Archive</H1>

			<UL ID="archive">
<?php

$getcomics = "SELECT * FROM comics WHERE status = \"publish\" ORDER BY comic_id ASC";
$getcomics2 = mysql_query($getcomics);
while ($getcomics3 = mysql_fetch_array($getcomics2))
{
?>				<LI><A HREF="/comic<?php echo($getcomics3['comic_id']); ?>.htm"><?php echo($getcomics3['title']); ?></A></LI>
<?php
}

?>			</UL>