View Single Post
Old 08-27-2006, 01:46 AM  
Danielle
Confirmed User
 
Danielle's Avatar
 
Join Date: Jun 2002
Location: My Coffin
Posts: 1,227
Quote:
Originally Posted by 2HousePlague
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
What wordpress file would you add that to?

Hugs,
Danielle
Danielle is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote