tippytarka
Programmer
hi,
i'm trying to get my head around the better way to put together member profile pages for a dating website... having reviewed a few dating sites i've noticed that they have usernames or account id's appended to the urls of their member profile pages... for instance...
so my questions are...
1) do websites actually have a directory with all these member profile pages each with a unique username as its filename? if they do there would thousands
2) If this is the way that its done... then what is a good approach to creating a script that would automatically create a web page with the username as its filename... for example username.php , and place it into a designated directory ...when the user signs up.
3) or, is it done by using a database and script and not actually auto creating the pages in a directory? i guess if you type the url in the address bar then the actual profile web page has to exist in the directory?
i'm trying to get my head around the better way to put together member profile pages for a dating website... having reviewed a few dating sites i've noticed that they have usernames or account id's appended to the urls of their member profile pages... for instance...
so my questions are...
1) do websites actually have a directory with all these member profile pages each with a unique username as its filename? if they do there would thousands
2) If this is the way that its done... then what is a good approach to creating a script that would automatically create a web page with the username as its filename... for example username.php , and place it into a designated directory ...when the user signs up.
3) or, is it done by using a database and script and not actually auto creating the pages in a directory? i guess if you type the url in the address bar then the actual profile web page has to exist in the directory?