rocknbil - 1:46 am on Jun 17, 2009 (gmt 0) var $flash = '/full/path/to/swf/dir/' . $_GET['f']; // Cleanse! if (is_file($flash)) { // display it } else { // alt content } Something like that?
var $flash = '/full/path/to/swf/dir/' . $_GET['f']; // Cleanse! if (is_file($flash)) { // display it } else { // alt content } Something like that?
if (is_file($flash)) { // display it } else { // alt content }
Something like that?