|
For those who have PHP support on their web host it would be better to use the following code because all your visitors, whether or not they enable javascript, will be able to view the
Sony AK Knowledge Center highlight articles in action.
You can include this scripts to your website. If yu
have any difficulties about implementation of this
method you can contact us at sony-ak@sony-ak.com.
New
articles:
Using image/button
<?php
include("http://www.sony-ak.com/rss/new_articles.php") ?>
Text only (no image/button)
<?php
include("http://www.sony-ak.com/rss/new_articles.php?i=0") ?>
Popular
articles:
Using image/button
<?php
include("http://www.sony-ak.com/rss/pop_articles.php") ?>
Text only (no image/button)
<?php
include("http://www.sony-ak.com/rss/pop_articles.php?i=0") ?>
Random
articles:
Using image/button
<?php
include("http://www.sony-ak.com/rss/random_articles.php") ?>
Text only (no image/button)
<?php
include("http://www.sony-ak.com/rss/random_articles.php?i=0") ?> |