Posted on Sunday 20th May 2007 at 06:24 PM
Hey, I want Fopen to create a file using the type 'x'. Heres what I got so far:
How can I make the file name be random. I know that I should use a randomizer, but how do I set the name?
Does anybody know, thanks!
PHP Code
fopen('url' 'x');
How can I make the file name be random. I know that I should use a randomizer, but how do I set the name?
Does anybody know, thanks!