Jump to content

katocan

New Members
  • Posts

    5
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

katocan's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Thanks sKunKbad. The only reason I was using cURL was because someone on an IRC said to because it wasn't displaying the information. Thanks again for the help.
  2. Well what I'm trying to do is get the RSS feed from Digg but its returning a blank page with nothing. <?php $curl = curl_init(); curl_setopt($curl, CURLOPT_USERAGENT, 'Digg'); $data = curl_exec($curl); $xmlFileData = file_get_contents("http://digg.com/rss/index.xml"); $xmlData = new SimpleXMLElement($xmlFileData); foreach ($xmlData->item as $item) { echo $item->title; } ?>
  3. Well you could crash someones browser.
  4. Yeah I was thinking of that but wasnt sure if it would work correctly, but thinking about it I guess it would work perfectly. Oh damn I just made a script and It never worked, could anyone else suggest anything else? Thanks for any help :)
  5. Hey All, I was just wondering, is there a way in php to include a file but the contents of the file is not shown. Thanks for any help at all.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.