PHP user uploads images into database?

mrbrandonsmfof

New member
I currently have a working login system based on user, where they can change their account information and stuff.

I would like to have a page where they can upload an image, and it will be submitted into the mysql database with the rest of their information. I've looked online, and I want to be able to store the image in a folder on my server and have the link to file stored in the database WITH THAT USERS INFO. Once it's there, I would like to be able to pull that picture and place it on the page when they view their account info.

How can I do this?
 
Back
Top