PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Moderator: General Moderators
IAD
Forum Commoner
Posts: 42 Joined: Wed Dec 28, 2005 12:36 pm
Location: Israel, Soon Canada :)
Post
by IAD » Sat Jan 07, 2006 1:09 am
Hey,
I wanted to know if there's function who can create files, and function for creating folders [without any uploade]
thanks, tal.
feyd
Neighborhood Spidermoddy
Posts: 31559 Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA
Post
by feyd » Sat Jan 07, 2006 2:00 am
yes.
Jenk
DevNet Master
Posts: 3587 Joined: Mon Sep 19, 2005 6:24 am
Location: London
Post
by Jenk » Sat Jan 07, 2006 2:19 am
mkdir()
IAD
Forum Commoner
Posts: 42 Joined: Wed Dec 28, 2005 12:36 pm
Location: Israel, Soon Canada :)
Post
by IAD » Sat Jan 07, 2006 6:57 am
Thanks
, now my last question, is how can i create a file? [without uploading]
twigletmac
Her Royal Site Adminness
Posts: 5371 Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK
Post
by twigletmac » Sat Jan 07, 2006 6:59 am
Jenk
DevNet Master
Posts: 3587 Joined: Mon Sep 19, 2005 6:24 am
Location: London
Post
by Jenk » Sat Jan 07, 2006 7:48 am
touch() to make an empty file.