Skip to content

wenbert/simple-php-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

simple-php-tools

Simple PHP Tools

  • Twitter
  • RSS2

If RSS2 doesn't work in your webhost do something like this: (I will fix this issue when I find some time!)

    curl_setopt_array($curl, Array( CURLOPT_URL => 'http://blog.altris.co.nz/?feed=rss2', CURLOPT_USERAGENT => 'spider', CURLOPT_TIMEOUT => 120, CURLOPT_CONNECTTIMEOUT => 30, CURLOPT_RETURNTRANSFER => TRUE, CURLOPT_ENCODING => 'UTF-8' ));

    $data = curl_exec($curl); curl_close($curl); $xml = simplexml_load_string($data, 'SimpleXMLElement', LIBXML_NOCDATA);

    foreach ($xml->channel->item as $item) : $creator = $item->children('dc', TRUE); ?>

  • BLOG



    title ?>
    Read more »


About

Simple PHP Tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages