Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Create Folder

Status
Not open for further replies.

hillbillyfritz

Technical User
Mar 28, 2001
34
US
Simple question (I think)
Is it possible to create a folder on my server using PHP?
I am using an Apache server with the latest version of PHP.

Thanks in advance.
 
it is possible - try mkdir(path, mode)
you'l need write permissions for the directory where the new dir should be created
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top