Question
Using cURL instead of fopen() in XSLTransform
I don't know much code, so I followed the tutorial in the
Dreamweaver Dev community to create an XSLT fragment and place it
into a PHP page. The problem I am having is that I am trying to
"consume" an RSS feed on another website, but the host for my site
does not allow fopen() for security reasons. Their documentation
suggests using cURL instead, but I have no idea how to do this.
Could someone help me out?
My MM_XMLTransform.class.php, automatically generated by Dreamweaver is attached. The URL of the remote feed I am trying to consume is http://www.weather.gov/alerts/wwarssget.php?zone=VAZ094.
My MM_XMLTransform.class.php, automatically generated by Dreamweaver is attached. The URL of the remote feed I am trying to consume is http://www.weather.gov/alerts/wwarssget.php?zone=VAZ094.