hi,
for monitoring XML with PHP i want to use DOM methods. i'm using IIS Server 5.1 and WÝndows XP Prof.
it's advised me to install PHP not with an installer,but by manual, and i have done like that.
$a=5;print($a);
codes work on my server. but the result of trying to use DOM methods for creating or monitoring XML,
i get fatal errors that those methods are not known(for example:$newdom = domxml_new_doc("1.0")).
i dont know whether i did wrong with installation or not. If so could you send me - some link manual
installation stuff - fitting my system. or it would be greatfully helpful if someone had any experienced
solving the same/similar problem before.
thanks