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
dvd information
low cost magazines
finance products
 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!


Integrating a news feed on your site


Integrating a news feed on your site

For this example we will use a version of the Java boutique news feed , to see the original code click here and to see the original example click here . As you can see this is a good example but for web site developers it isnt much good because you usually have to integrate the news into your site somehow .

We are going to adapt the original script and then include it onto the page here .

To get round this we have created another script called javabout2.txt now copy this and rename it to javabout2.php . We will now use a an PHP include of an SSI file like this where we want to use the news feed .

<?
include("javabout2.php");
?>

and here is this in action


Warning: include(javabout2.php) [function.include]: failed to open stream: No such file or directory in /home/beginne/public_html/integratenews.php on line 184

Warning: include(javabout2.php) [function.include]: failed to open stream: No such file or directory in /home/beginne/public_html/integratenews.php on line 184

Warning: include() [function.include]: Failed opening 'javabout2.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/beginne/public_html/integratenews.php on line 184

this is a simple example using a simple table , you could easily modify it by adding borders , background colors etc but I think you will agree this gives you the general idea . Remember and change the actual script to reflect your changes as this is where all the work takes place.




Books
 Sponsors


 Random Code
read the contents of an ini file(beginner)
Run a function only on a certain condition(Wordpress)
Get the amount of twitter followers(internet)
 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.