i think, if you would write
<?
include ($articleid);
?>
you would not include a file. If you want to do it with the method above (your way)
you would have to write in the html
<a href="article.php?=arcticleid=article1.txt"> Click here for article 1 </a>
should work then in the way you wanted the php file.
But to be honest with you, i have never tried that way you want to go...
So I can only theoreticaly say that it would work. If your way does not work and nobody else knows an answer you can be sure the way i wrote you in my first reply works fine.
regards ali