class.upload.php is a powerful and mature PHP class to manage uploaded files, and manipulate images in many ways. The script is available under a GPL license.
I am appending a time code to each uploaded original filename with the code: $pix->file_name_body_add = time(); My question is, how can I store this new filename in a variable so I can add it to a table in the db? Appreciate any help with this.Reply
My question is, how can I store this new filename in a variable so I can add it to a table in the db? Appreciate any help with this.