View Single Post
(#6 (permalink))
Old
mhutti1 mhutti1 is offline
Junior Member
mhutti1 is on a distinguished road
 
Posts: 21
Join Date: Apr 2012
Default 04-25-2012, 09:10 PM

Yes if you use:
PHP Code:
$page=$_GET['page'].".php";
 include(
$page); 
Reply With Quote