I want to make user profile picture who only have account. But I dont know how to insert and display in the page that image form database, please support.
Recommended Answers
Jump to PostTo store image you can have a separate table in your Database.For eg:-
User[user_id,display_name,pic_id,email_id etc]
Profile_Pic[pic_id,file_type,file_location,file_name,file_size]Now to insert file refer this or
All 3 Replies
Be a part of the DaniWeb community
We're a friendly, industry-focused community of 1.20 million developers, IT pros, digital marketers, and technology enthusiasts learning and sharing knowledge.