There is a way you could do it. you could write a script that uses the Exec command to create a directory and then have the script generator the profile template files in that directory. you would probably need to include an .HTACCESS file just in case allowing all access to that directory. something like this <?PHP$uid = $_GET['username]; exec(escapeshellcmd("mkdir $uid"), $out);include('profile_maker.php'); <---- script to generator to profile template etc.?>it would take more a lot more then this, this is just an example of how it could be done. you would then have to have the profile_maker generate the profile template files to the directory $out would be easier to use profiles.php?uid=30403040304 <--- userid number