|
 |
 |
Adding TxNews to your site
It is very easy to add the TxNews headline box to your site if you are using php to run your site.
There are 2 method:
Simply copy the file txnewsfeed.inc.php, upload it to your site, and use it directly from there. It can be
copied here (save file as txnewsfeed.inc.php).
Note: It can be used assuming all comments
and credits are retained.
Then include the following code to any .php page:
//start here ...
include("txnewsfeed.inc.php");
//end here ...
|
|