08-27-2006, 01:40 AM
|
|
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!
|
|
|