force them to, with violence.
|
Issue
|
Name
|
PHP*/
/* Inmate's Comic Listing Script */
$titleray = file( "titles.txt" );
$raylen = (count( $titleray )) - 1; /* EOF line removed. */
if ($raylen>0)
{ for ($x=0; $x<$raylen; $x++)
{
list ($comicdate, $comictitle, $garbage) = explode( "|", $titleray[$x], 3 );
echo "\n| \n";
echo $comicdate;
echo "\n | \n\n";
echo $comictitle;
echo " | \n
\n\n";
} }
?>
Copyright 2005 Robert J. Bubel