Anyone here know how I can change this ASP to PHP:
xmlFile = "url"
Set xmlDoc = CreateObject("Msxml2.DOMDocument.3.0")
xmlDoc.async = False
xmlDoc.setProperty "ServerHTTPRequest", true
xmlDoc.validateOnParse=true
xmlDoc.load xmlFile
Thanks alot if you can help!!!!
chris