imgall28.php to HTML

index

USE AT OWN RISK

Generated: Tue Jul 31 15:22:05 2007 from imgall28.php 2005/08/07 1.1 KB bytes.


<html>
<head>
<meta http-equiv="Content-Language" content="en-au">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta http-equiv="refresh" content="90;url=imgall28.php">
<title>Image 120x90 Index2 all28</title>
</head>

<body background="images/lotus01.jpg">

<h1 align="center"><b>Image 120x90 Index2 all28</b></h1>

<?php 
// *****************************************************************************
$m_folder = 'images/.';
$m_type = '?'; // set the DAY, type of file to find, list ... '?' matches ALL
$m_row_wrap = 7;
$m_max_out = 28;

// variables below filled in during running ...
$m_mostcnt = 0;
$m_mostnam = ' ';
$m_mostarr = array();
$m_msg = ' ';
// $m_show = $_REQUEST["show"]; // lets fetch the variable: REQUEST works for both, POST and GET methods

include ( "phpinc.php" );
// do the actions
out_the_menu2 ();
getDirList2 ($m_folder, &$m_mostrec, &$m_mostnam, &$m_mostcnt, &$m_mostarr, $m_type );
ordDirList2 ();
out_the_menu2 ();

?>
 

<p>EOP</p>

</body>
</html>
<!-- 7 August 2005 - imgall28.php Version 0.0.1 - friendofflowers.com - grm -->

index

Valid HTML 4.01 Transitional