View Single Post
  #5 (permalink)  
Old 05-10-09, 06:45 PM
dgreenhouse's Avatar
dgreenhouse dgreenhouse is offline
Aspiring Coder
 
Join Date: Mar 2009
Location: San Francisco
Posts: 457
Thanks: 0
Thanked 3 Times in 3 Posts
Of course it's possible.

Just create a new file with a slightly different name each time - if that's what you need.

You could use tempnam(), tmpfile() or some other file naming scheme of your own design.

The directory you create the file in must be writable by the user that the webserver is running as.
Reply With Quote