i başka bir sayfaya, bu parametrenin yeni topic
geçmek istiyorum
P.S. sayfa jquery kullanarak yüklenir?
url:
http://localhost/final/home.php#page2?topic=jquery
Şimdi, i # Page2 üzerinde konuyu yankı istiyorum
<h3 class="timeline"><?php echo $_GET["topic"]; ?> </h3>
ama deosnt yankı, herhangi bir çözüm, newbiw sorular :) için özür dilerim)
load_page.php
<?php
if(!$_POST['page']) die("0");
$page = (int)$_POST['page'];
if(file_exists('pages/page_'.$page.'.php'))
include('pages/page_'.$page.'.php'); // i.e page_2.php
else echo 'There is no such page!';
?>