East of the Sun, West of the Moon

2005/8/4

Klasgenoten S.S.G. – Album

Filed under: — Erwin @ 1:57 pm

[PHP]
$prefix = “http://loco.is-here.com/harte/ssg/images/”;
$ini_data = parse_ini_file(“/home/jochie/data/is-here.com/ssg.ini”, true);
$i = 0;
$done = 0;
if ($_GET["album_offset"]) {
$start = $_GET["album_offset"];
} else {
$start = 0;
}
$chunk = 6;
echo ‘

‘;
if ($start > 0) {
echo ‘‘;
echo ‘‘;
} else {
echo ‘‘;
echo ‘‘;
}
echo ‘‘;
if ($start + $chunk < count($ini_data)) {
echo '‘;
echo ‘
‘;
} else {
echo ‘‘;
echo ‘‘;
}
echo ‘

‘;
echo ‘
‘;
echo ‘

‘;
foreach ($ini_data as $key => $value) {
if ($i >= $start && $i < $start + $chunk) {
if ($done % 3 == 0) {
echo '‘;
}
echo ‘

‘;
$done++;
if ($done % 3 == 0) {
echo ”;
}
}
$i++;
}
echo ‘

‘;
if ($value["image"]) {
echo ‘
‘;
}
if ($value["found"]) {
echo “” . $key . ““;
} else {
echo $key;
}
echo ‘

‘;
[/PHP]

No Comments

No comments yet.

RSS feed for comments on this post. TrackBack URL

Sorry, the comment form is closed at this time.

Powered by WordPress