Can somebody please give me the code to be able to create a new folder on my website from a Clients computer using a submit button? PHP, JAVA or HTML
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can create a directory on the server with
Have a look here: http://php.net/manual/en/function.mkdir.php
You need to have the right permission on your path. Folder should be owend by webserver user.
For a full example have a look at this previous asked question or this blog post