HTML interesse |
|
<?php
//error_reporting(E_ALL);
// change
$map = 'Images'; // dir for images
$col = 3; // collumns per page
$row = 3; // rows per page
$img = array('jpg'); // possible extentions
$tab = array(); // empty
if(isset($_GET['actie'])){
$_GET['actie'] = $_GET['actie'];
}
else{
$_GET['actie'] = '';
}
if(isset($_GET['dir'])){
$_GET['dir'] = $_GET['dir'];
}
else{
$_GET['dir'] = '';
}
$dir = $_GET['dir'];
if(!isset($_GET['p'])){
$p = 1;
}
else{
$p = $_GET['p'];
wat zou jij hier dan van maken??? :S |