$directory = "erik2";
$bal = "Fourteenth";
$date = "15th of August 2009";
$photographer = "Erik Dignum";
?>
BAL du MASQUE
echo "
$bal Bal
$date
";
echo "
Pictures taken by $photographer
";
?>
$d = dir($directory);
while (false != ($entry = $d->read())) {
if (($entry != ".") & ($entry != "..")) {
echo "";
}
}
?>
« previous | next »