Please help me?
I want to fit an image in a session variable. After that I unlink the image. On the following site I create an Image from a Stream with the code below:
ImageCreateFromString();
This is well. But I don´t know how to fit the upoaded image into an session variable:
$_SESSION["Img"]=imagecreatefromjpeg($file_name);
After that the session variable equals "0".
Could someone help me?
Thanks in advance