"); $pat = "<>"; $arr = split($pat, $text); if ($arr[0]==$pic) break; } if ($arr[0] != $pic) { echo("Could not find picture in database"); exit(); } $place=$arr[1]; $title=$arr[2]; $back=$arr[3]; $next=$arr[4]; $width=$arr[5]; $height=$arr[6]; if ($width <= 0) $width = 880; if ($height <= 0) $height = 584; echo("
\n"); echo("

$place

\n"); echo("\n"); echo("\n"); echo("
\n"); echo("\n"); echo("
$title
\n"); include("./advert.php"); echo("\n"); echo("\n"); echo("
\n"); echo("\"[Back]\"\n"); echo("Back to trip report\n"); if (strlen($next) != 0) { echo("\n"); echo("\"[Next]\"\n"); echo("Next Picture\n"); } echo("
\n"); ?>