[PHP] How to parse an XML document

2001-12-23 Thread PHP Rules
Hi fellas. I would like to know the way to parse an XML document. I come from Java world, and you can handle an XML document, and then show it as an HTML page. I suppose that it's also possible by using PHP, isn't it? I would like also to know if it's available in the 'standard installation'

[PHP] Help with DBM (dbmfetch)

2001-11-12 Thread PHP Rules
Hi!! I'm trying to visualize a .dbm file. It's hosted in the same directory as my .php file. With this test example: -//--- PHP Test -//-- I do not get anything. Could anybody provide me an example of using DBM? Thank you