Your Ad Here

 Navigation
Home
Source code
Tutorials
RSS feeds
Articles
Wordpress plugins
Books
Sample Chapters
Software
Downloads
Hosting
manuals
Script directory
Training
Our Links




 Sponsors
 Links
domain names
gambling sites
low cost magazines
 Downloads
dzphp editor
EasyPHP
mysql_phpgenerator
php-studio-trial
phpdesigner_7_2_5
phpMyAdmin-3.4.3.2
/phptriad2-2-1
phpxedit_321
rapidphp 2011
WampServer2.1d-x64
WampServer2.1e-x32
xampp-win32-1.7.4-VC6-installer
xampplite-win32-1.7.3
 Misc
Webmaster Resources
Only PHP
ScriptSearch.com
Scripts.com - Get the best scripts NOW!
AndreaPHP Programming

Valid XHTML 1.0 Transitional


Valid CSS!


Onion Headlines


Onion Headlines

This is a very funny site which has news items which are based on tabloid newspapers rather dubious stories

Here is the script

<?php
$url = "http://mobile.theonion.com/index.html";
$fp = fopen($url , "r");
$headlines = fread($fp, 32000);
fclose($fp);
$headlines = ereg(" * This Week's Top Stories *(.*)",$headlines , $content);
echo ("<pre>$content[1]</pre>");
?>
</p>

and here is the output


Warning: fopen() [function.fopen]: URL file-access is disabled in the server configuration in /home/beginne/public_html/onion.php on line 189

Warning: fopen(http://mobile.theonion.com/index.html) [function.fopen]: failed to open stream: no suitable wrapper could be found in /home/beginne/public_html/onion.php on line 189

Warning: fread(): supplied argument is not a valid stream resource in /home/beginne/public_html/onion.php on line 190

Warning: fclose(): supplied argument is not a valid stream resource in /home/beginne/public_html/onion.php on line 191

    




Books
 Sponsors


 Random Code
shuffle an array(beginner)
soccer news from yahoo(xml)
Random number examples(randomizing)
 Random Article
  Network
Programming resources
Tutorials directory
Hosting resources
ASP site
Domain names
Progged
Maxi directory
bigarticle : free articles
A Code
Code N Tutorials
Get PHP
Programmers help




beginners PHP Copyright © 2004 onwards by beginnersPHP.