|
Posted by Jatinder.Thind on 09/13/06 04:44
I can think of only of one way to do this.
1. When a user signs up at your website, save his information to the
database as usual.
2. Create a standalone PHP script, which given the right parameters,
will create the user account and copy the skeleton files to his home
directory
3. Schedule this PHP script to run periodically through cron
4. Whenever the script runs, it will connect to the database and check
if new accounts are to be created. If new users exist, the script will
create their accounts and then mark a field in the database which will
indicate that accounts for these users have been setup.
Let me know if this helps you.
Navigation:
[Reply to this message]
|