I want to make a web service where users can make their own pages. Which is the better solution:
a. Execute everything on one page with get variables, using clean urls
or…
b. Make seperate .php files for every user
Is it a problem to have all the traffic of 500-1000 users on one page?
Second is not an option at all. It just makes no sense in the context of the dynamic web pages
Go for the first.
this is how every web site in the world works