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.
more info about the class
See all posts See thread Reply
$log .= '[IMG]http://www.url.com/imgs/' . $member_id . '/' . $handle->file_dst_name . '[/IMG]';
Here is what I am doing for the logs:
And then once it is done, I echo $log;
Is there some way to add strings to $log in Reverse Order?