I have a php xml reader that works perfect with:
<example>
but won't with
<example url="http://www.example/index.html" info="Example">
Can anyone help??
heres the code:
<?php
set_time_limit(0);
$file = "http://www.example/example.xml";
$rss_channel = array();
$currently_writing = ""...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.