[phpXML] Re: xml.php location
Brought to you by:
bs_php,
nigelswinson
|
From: <lu...@sa...> - 2001-10-05 10:36:48
|
En réponse à o.t...@ab...:
> Hi,
>
> Can anybody tell me how to use the xml.php file.
> 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.../
|