Jump to content

php form to create a folder on linux server


NoDoze

Recommended Posts

Cool stuff...

 

next question...

 

Now if the form would be submiting the variable for which the folder would be named, would the code look soemthing like this?

 

<?php

mkdir("/home/user/ftp/", $formfolder, ", 0755");

?>

 

Basically I'm trying to create a php form page where...

When a FTP Account is created, the user and ftp folder is created, both on the same server.

I'm open to pre-existing scripts if anyone knows of any...?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.