Project Description:
Can you create a master login page using php script to database where everyone would have their own login ID and unique passcode?
It will redirect each person to their own subdomain then:
For example: (this is not a reality yet only an example)
Person 1
www.millionairemarketing.net/login
www.millionairemarketing.net/login.php?user=bobm
(then the fill in user name and password
It takes them to their backoffice page which will be a subdomain on the server above.
(www.millionairemarketing.net/bobm) bobm is a folder with pages inside for their backoffice
Person 2
www.millionairemarketing.net/login
www.millionairemarketing.net/login.php?user=zahir
(then the fill in user name and password
It takes them to their backoffice page which will be a subdomain on the server above.
www.millionairemarketing.net/zahir zahir is a folder with pages inside for their backoffice
etc. etc for more persons.....
Also...
==================================================================
I have some basic templates for the backoffice pages started. They are going to be very basic.
Then I have 6 product pages that we need to download and copy all the content to our site.
This portion would in a person's backoffice would be on the primary domain, which each person would only have page links for access to whatever product they had purchased.
This would be an outline of my project.
PHP EXPERTS ONLY! Only individuals.