En réponse à [EMAIL PROTECTED]:

> 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:[EMAIL PROTECTED]/

_______________________________________________
Phpxmldb-phpxml-arc mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/phpxmldb-phpxml-arc

Reply via email to