Jump to content

Sessions help


undertaker

Recommended Posts

Hello,

I would like to make a session which saves the input.

To make this easier to understand i will explain my whole problem.

 

I will have that image uploader:

 

HTML:

<input type="file" /......>

<input type="submit".....>

 

and some php behind it to upload the image.

When the file will be uploaded, there will be the text if you want to continue to next page (other php file) to edit uploaded file.

 

Now what i am asking you is: If the user clicks yes, i want the session to save name of uploaded image without extension and save it as variable, so i can use it on that another page and print it out.

 

Thank you :)

 

Link to comment
https://forums.phpfreaks.com/topic/229865-sessions-help/
Share on other sites

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.