View Single Post
Old 06-09-2016, 10:29 AM  
AnimeFevers
♫ ♪ ♫ ♪ ▄ █ ▄ █ ▄ ▄ █ ▄ █
 
AnimeFevers's Avatar
 
Industry Role:
Join Date: Apr 2009
Location: Tell your mom, money is on the fridge
Posts: 3,558
Quote:
Originally Posted by Colmike7 View Post
<?php
$homepage = "/";
$currentpage = $_SERVER['REQUEST_URI'];
if($homepage!=$currentpage) {
include('popup.php');
}
?>
pop code I'm using will be <script src="popup.js"></script> how would I pop this using your code?
__________________
icq - 556766871
email - animefevers(AT)hotmail(DOT)co(DOT)uk
AnimeFevers is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote