Page is a not externally linkable
sugarkane - 12:21 am on Oct 20, 2001 (gmt 0)
Hmmm, the only thing I can think of is that $id is confusing PHP somehow -- maybe try: $id=urlencode($id); ...before passing $id to select.php
>>print("<td><a href=\"select.php?article=$id\" class=\"article\">$title</a></td>\n");<<