Jump to content

extend variable from one function to another


Zerpex

Recommended Posts

Hi,

 

I'm having an image upload function I did create for few weeks ago - it has an variable called $newname, which contains the path and file.

 

I'm then using the imageupload() function in another function called EditFrontPage(), which is used to 'update' some content.

 

If I update the image, it runs the imageupload function, which is great, it resize and optimize the image, and it moves it to the folder I specified.

 

What I then want, is within' my EditFrontPage() function, is to echo out the $newname variable from the imageUpload function.

 

is there a way to do this? in a smart way? :D

 

If my code is needed, you can take a look at it here: http://codepad.org/poKNSU5H

 

Thank you a lot guys!

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.