I have a function that upload images into mysql. The problem is that I want to use a POST value that I get from a form and use it in the function. If I echo in front of the function I get the value but inside I get no value.
Is it about global variables? And how can I do it.



