Assigning source image's filename to PHP variable

See all posts See thread Reply

Re: Assigning source image's filename to PHP variable new!
by Eli, 14 years ago
maybe you can do the samething you did with the links?

session_start()'

$_SESSION ['imgURL'] = $filename . "_thumb";

Hey, instead of the file_new_name_body, use the file_body_name_add = "_thumb"

that will add the _thumb like this file_thumb.jpg

the way you have it will look like this filenamejpg_thumb.jpg

hope this helpsReply