View Single Post
Old 08-27-2006, 01:40 AM  
2HousePlague
CURATOR
 
Join Date: Jul 2004
Location: the attic
Posts: 14,572
Try a replace in the reader code, something like this:

Code:
   $XMLfilename = $_REQUEST["XMLFILE"];
	  $XMLfilename = str_replace("***","?", $XMLfilename);
    } else {
      // It is local and must be in the same directory
      $XMLfilename = basename($_REQUEST["XMLFILE"]);
	  $XMLfilename = str_replace("***","?", $XMLfilename);



2hp
__________________
tada!
2HousePlague is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote