<!DOCTYPE HTML>
<html lang="en-US">
<head>
	<meta charset="UTF-8">
	<title>Codex</title>
	<meta http-equiv="refresh" content="5;URL=http://site.com/id=<?php echo $_GET["id"]+1; ?>" />

</head>
<body>
	<iframe src="http://site.com/id=<?php echo $_GET["id"]; ?>"scrolling="no" frameborder="0" align="center" height = "768" width = "1368" name="test" border="0"></iframe>
</body>
</html>