Here is what I normally see on a website, you create a profile, and you get your own page. For example, you create a profile at stackoverflow, you get a page at https://stackoverflow.com/users/4639104/yourname.
Using PHP I can mkdir()
and fopen()
, but if I have 100 webservers, do I mkdir
and fopen
to all 100 servers? What is the best way to handle this?