I am using PHP5 and Apache 2.5 on a Windows 2000 platform. I would like to start using DOM. Do I need to get extention to use DOM? I read the manual and not sure what I need to do in order to start using DOM. Your help is very much appreciated.
Asfaw.
you sure you read the manual?
from the manual
There is no installation needed to use these functions; they are part of the PHP core
Thank you very much. I do very much appreciate your help. It appears I may not need any extension to use DOM with PHP5.
I did a demo and it works.
Once again thank you.