View Single Post
Old 06-07-2012, 05:16 PM   PM User | #16
dan-dan
Regular Coder

 
dan-dan's Avatar
 
Join Date: Aug 2009
Location: England
Posts: 483
Thanks: 22
Thanked 79 Times in 78 Posts
dan-dan is on a distinguished road
PHP Code:
$url = (isset ($_GET['url']) && file_exists($_GET['url'])) ? "files/" strtolower($_GET['track']) : "http://example.com/404.html"
You're using both 'url' and 'track'. Is that the problem?
dan-dan is offline   Reply With Quote