View Single Post
Old 02-21-2011, 02:49 AM  
Danmixz
Confirmed User
 
Industry Role:
Join Date: Sep 2010
Posts: 649
PHP Code:
<?php
$homepage 
"/";
$currentpage $_SERVER['REQUEST_URI'];
if(
$homepage==$currentpage) {
echo 
'Adcode here' ;
}
?>
__________________
Danmixz is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote