Ive got my script to connect, and retrieve an article.
But, when i use the command
$tmp = fgets($usenet, 4096);
echo $tmp;
it returns only the first line of the article. How would i retrive the whole body of the article and push it into one variable? Is their titles to all these articles?
How would i count the lines in an article so maybe i could figure out how to get the whole text of it?
Thank you for any help.
Bill