Well, I want to call a directory based on the user name in the database. Since there are only like 8 options, I want the script to insert the userID into the string, since that is the directory name.
<?php include("http://website.com/user/$variable/index.php"); ?>
variable is already set depending on ID pulled from database. Just want to insert it in the Include command. How can I accomplish this?