jacksondorado
IS-IT--Management
I am hoping someone could help me with the overview of creating a new PHP page for each new user to a site. I hope this makes sense...
Once the new user fills out a form, I create a folder using their username and a new index.php file in that folder. I would like to execute PHP functions on that new user home page. I tried fwrite but can only get basic text to show up. I am using mySQL to store the user info.
Can I have a set of functions saved that would write a dynamic page and call the file after creating the new page? Does it have to be stored in the DB or can it just be a file to include?
I want each new user page to load with a set of components for the user to have.
thanks.
Once the new user fills out a form, I create a folder using their username and a new index.php file in that folder. I would like to execute PHP functions on that new user home page. I tried fwrite but can only get basic text to show up. I am using mySQL to store the user info.
Can I have a set of functions saved that would write a dynamic page and call the file after creating the new page? Does it have to be stored in the DB or can it just be a file to include?
I want each new user page to load with a set of components for the user to have.
thanks.