paiswifintio
New Member
I've seen PHP code like this, but I've not found anything that explains it:\[code\]$xml = new SimpleXMLElement($url, null, true);\[/code\]What do null and true do? Is there a way to check to see if the requested $url failed? Please provide an PHP example of the last two options being used. Thanks!