hi
i have created a script that creates a user in a mysql db and i need it to create a folder for that user. the snipit of code that should do this i think is this
mkdir("/var/www/hosts/$full_name");
it is suposed to create a folder called the full name of a user entered into a form
can anyone please tell me what i am doing wrong
p.s i have made sure the perms are correct
i have created a script that creates a user in a mysql db and i need it to create a folder for that user. the snipit of code that should do this i think is this
mkdir("/var/www/hosts/$full_name");
it is suposed to create a folder called the full name of a user entered into a form
can anyone please tell me what i am doing wrong
p.s i have made sure the perms are correct
Comment