Tuesday, 20 August 2013

php / create sequential filenames

php / create sequential filenames

I am using Audior, an embeddable flash audio recorder for web browsers.
The recorder saves mp3 files to a designated director on a server, and it
uses a simple php file to manage file uploads, including file naming.
I want to add some code to make sure each new filename the recorder makes
is sequential. file1.mp3, file2.mp3, file3.mp3 and so on.
I'm brand new to php, and would appreciate an leads anyone could provide
for how to achieve this.
Thanks!

No comments:

Post a Comment