Can someone please tell me how would I make it where certain members of the site can make there own page on my site. How do I make it where they can control and build there pages.
Members Pages
Collapse
X
-
Re: Members Pages
There is probably already a script made that fits your needs you can download or possible need to buy.
If you want to go the route of making your own, you will need to learn a programming language like php, asp, or perl, and also how to use mysql
To me the easiest way would be to create a user database. The users would register, login, and in a text box enter in the html for their webpage.
I would recommend searching for a script that is already made, that is unless you already know how to program in one of the languages above
Register/Login Script
Do you use a Password Protected Directory? Need a way to allow users to make their own account, try my .htaccess Login Script
-
Comment