[phpXML] RE: [phpXML] Re: xml.php location
Brought to you by:
bs_php,
nigelswinson
From: <o.t...@ab...> - 2001-10-08 17:30:13
|
How do I save an altered XML document using PHPXML? Thanks, Oliver -----Original Message----- From: lu...@sa... [mailto:lu...@sa...] Sent: dinsdag 18 september 2001 10:44 To: us...@li... Subject: [phpXML] Re: xml.php location En r=E9ponse =E0 o.t...@ab...: > Hi, >=20 > Can anybody tell me how to use the xml.php file.=20 > Do I have to place it on a > certain location, or do I have to include that in every file? Hello, Copy the following in a file <?php echo phpinfo(); ?> Call the file lets say : phpinfo.php and call it from your browser. If you have an include directory it will be reported in the resuting page. Place your xml.php file in this include directory In each php that uses xml.php : include('xml.php'); Luc -- This message has been sent through the <phpXML/> user discussion list. To unsubscribe, please visit https://sslsites.de/mailinglisten/user/us...@li.../ -- This message has been sent through the <phpXML/> user discussion list. To u= nsubscribe, please visit https://sslsites.de/mailinglisten/user/user@lists.= phpxml.org/ |