INFORMATION:
What is RSS?
RSS (Really Simple Syndication) is an XML format file, which is designed for sharing web content (like these news articles).
Using RSS
To use RSS, you will need an RSS news reader and the appropriate link to an RSS output file.
Note: There are many RSS news readers to choose from online, many for free, or use your browser.
RSS Implementation Instructions
Click the most appropriate link title, found on the right.
These links should automatically connect to your preferred RSS news reader or browser, according to the utility's instructions.
|
|
EVERYTHINGANGUS.COM OPTIONS FOR NEWS READERS:
Available RSS Channels
Category RSS Channels
<%Dim SQL, RS, NAME, ID, COUNT
Call OPEN_DB()
SQL = "SELECT ID, fldNAME FROM nml_tbl_cate ORDER BY fldNAME ASC"
Set RS = Server.CreateObject("ADODB.Recordset")
RS.LockType = 1
RS.CursorType = 0
RS.Open SQL, MyConn
WHILE NOT RS.EOF
ID = trim(RS("ID"))
NAME = trim(RS("fldNAME"))
%>
|
<%=NAME%> |
<%
RS.MoveNext
WEND
RS.Close
Set RS = Nothing
MyConn.Close
Set MyConn = Nothing
%>
|