Thread: need table help
View Single Post
  #2 (permalink)  
Old 07-26-2005, 07:06 AM
jitender's Avatar
jitender jitender is offline
Site Admin
 
Join Date: Jun 2004
Posts: 1,200
jitender has a spectacular aura aboutjitender has a spectacular aura aboutjitender has a spectacular aura about
iTrader: (0)
Default

Hi eyece,

Welcome to WMH!

if your file name not change, you can track the file name and change the background color, you are using the apcahe server user below to track the file name

PHP Code:
$var_array explode("/",$PATH_INFO);
$var_array[0] = "download.php"
  
if($var_array[0]=="download.php")
$color=#000000;
if($var_array[0]=="media.php")
$color=#000000;
...
..



May be it will help you

Enjoy!

Regards
Jitender
__________________
Free Webmaster Tools - Free SEO Tools
phpLDHacks - Add your template or Hack and earn money
Text Link Ads - Buy & Sell text link ads
Reply With Quote