Hello all,
I am using this to include a page
I started using mode rewrite. When I go to the second page my url changes to http://www.x.com/2/video_files.html
So, how can i still use include function.
Thanks
I am using this to include a page
Code:
$homepage = "http://www.x.com/video_files.html";
$currentpage = $_SERVER['REQUEST_URI'];
if($homepage==$currentpage) {
include('ads.php');
I started using mode rewrite. When I go to the second page my url changes to http://www.x.com/2/video_files.html
So, how can i still use include function.
Thanks






