i know its possible to write to a file using php, but is it also possible to actually create a new file using php??
php create file?
Started by Av-, Sep 22 2005 11:32 AM
4 replies to this topic
#1
Posted 22 September 2005 - 11:32 AM
#2
Posted 22 September 2005 - 12:51 PM
yes.
#3
Posted 22 September 2005 - 01:47 PM
lol, and could you tell me how?
#4
Posted 22 September 2005 - 03:24 PM
Well, you know how to write to a file correct? Same concept (same function even
).
http://php.net/manua...ction.fopen.php
A little reading brings you to mode "x"
http://php.net/manua...ction.fopen.php
A little reading brings you to mode "x"
#5
Posted 22 September 2005 - 03:42 PM
thanks
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users
