create a new file ???

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

Post Reply
kid_am
Forum Newbie
Posts: 7
Joined: Wed Nov 06, 2002 6:41 am

create a new file ???

Post by kid_am »

how do i create a new file with php? thx!
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

http://www.zend.com/manual/function.fopen.php
take a look at the different modes
kid_am
Forum Newbie
Posts: 7
Joined: Wed Nov 06, 2002 6:41 am

Post by kid_am »

hey! thx a lot... i've the same modes in my book, but nothing about create a file... but now i've the solution! thx a lot!
Post Reply