So I have a postwwwacct that gets passed variables that will e-mail the client their new account info. What I would like to do is take these variables and create a Mysql DB and user that is 'user'_moodle. (Moodle will not auto create a DB during it's installation on a Cpanel server, and no I do not want Fantastico.)
I need to have the account creation and DB/User creation automated to reduce my admin overhead. I have looked across the forums and found the API stuff but nothing seems to be straight forward for the way I want to do it. Everything else simple says to look at the hooks or they are for PHP. I just want it done inside the postwwwacct script.
Anybody got anything I can use?
I need to have the account creation and DB/User creation automated to reduce my admin overhead. I have looked across the forums and found the API stuff but nothing seems to be straight forward for the way I want to do it. Everything else simple says to look at the hooks or they are for PHP. I just want it done inside the postwwwacct script.
Anybody got anything I can use?