<!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>
hocam ilgin için teşekkür ederim ama
<meta http-equiv="refresh" content="5;URL=http://site.com/id=<?php echo $_GET["id"]+1; ?>" />
şu koddan dolayı gezinti.php den ayrılıp site.com/id=1 sayfasına gidiyor dolayısıyla site.com/id=2 , site.com/id=3 diye devam etmez.. Hep gezinti.php nin içinde kalmalı sadece iframe deki site.com/id=1,2,3 diye değişmeli..