I am thinking of creating a script (since I haven't found one yet - not sure what keyword to use) whereby a user fills in a form with eg.
Username
Email
Background color
and submits it. This is added to a 'pending' approval list where the admin can click 'ok' (or delete if appropriate) and this results in a new webpage created in afolder using the username as the title
eg. username.php
and the content is defined by default from a 'default' template, with eg. just one variable - the background colour (if more then change later)
Ideally it would then email the user from a 'default email template' which includes the details of the new page
eg.
Dear $username
Your new page is at $username.php
Regards
Admin Team at SiteXYZ.
On a more advanced level, it might even be possible to allow passwords so the user can edit variables such as background colour or email addresses.
Does anyone know of an existing script that does this? If not, what suggestions do you have to get started? (preferably flat file rather than database driven)
Thanks in advance!
Mosey