
" width=" echo "$width"; ?>" height=" echo "$height"; ?>" alt=" echo "$beschrijving"; ?>" style="border: 1px solid #FFFFFF">
 echo "$beschrijving"; ?>
	
	require("../global.php");
	$GetStmt = "SELECT * FROM $tabel3 WHERE id = $id+1" ;
	$link=mysql_connect($host, $user, $pass);
	@mysql_select_db($name, $link);
	$result=mysql_query($GetStmt, $link);
	$row = mysql_fetch_object($result);
	
	$ow = $row->id;
	if (empty($ow)){
	
	$idn = $id+2;
	$GetStmt = "SELECT * FROM $tabel3 WHERE id = $id+2" ;
	$link=mysql_connect($host, $user, $pass);
	@mysql_select_db($name, $link);
	$result=mysql_query($GetStmt, $link);
	$row = mysql_fetch_object($result);
	
	$ow2 = $row->id;
	
	if (empty($ow2)){
	$idn = $id+3;
	}
	}
if ($id > 1){
printf("<- Back |");
}
	require("../global.php");
	$GetStmt = "SELECT * FROM $tabel3 ORDER BY id DESC LIMIT 1" ;
	$link=mysql_connect($host, $user, $pass);
	@mysql_select_db($name, $link);
	$result=mysql_query($GetStmt, $link);
	$row = mysql_fetch_object($result);
	
	$laatst = $row->id;
	
	
	
if ($id < $laatst){	
printf("                           | Next  ->");
}
?>
© COPYRIGHT 2001 - 2010 Ramon Stoppelenburg. Visit Letmestayforaday.com
or check out my latest challenge: the European Cooking Trip!      
Sponsored links:  include ("http://www.letmestayforaday.com/display.php"); ?>
}
?>