This function gets a list of article headers from newsgroup set by last group call. If an error is encountered, the error message is stored in nntpr.private, and NULL is returned to the caller, otherwise the dates of the first article and last article in the request are stored in nntpr.private and the article list returned to the caller.
1 2 | listartheader(first_article_string, last_article_string,
filter_term_string = NULL)
|
first_article_string |
article number (string) |
last_article_string |
number (string) |
filter_term_string |
string (optional, case insensitive) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.