Problem resolved!
I replaced <?php include("$auth=name"); ?> with
<?php include($_GET['auth'].".txt"); ?> in article.phpWorked exactly as I was trying for. Thanks for the help! Best regards, Steven -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

