Hi!
im using thias code
Code :
" if(file_exists("files/".$_GET['page'].".php"))
include ("files/".$_GET['page'].".php");
else include("files/body.php"); "
for show files in broser for example when in adress bar index.php?page=tourism the broser show tourism.php file!
now i need to use the same code for changine the part of same page for example part of touism page! how i must configure this code and the url?