PHPOD Posted November 19, 2009 Share Posted November 19, 2009 Hi All I was wondering if anyone could point me in the direction of of a good upload and display PHP MYSQL code. I would like the user to upload there image to a folder on the server and then mysql to store the path only..... not store the image in the DB..... only the path to the folder. I would then like the image to be displayed in the users comment post kind of like what the image button on this form does. Would anyone know where I could get this code? Many thanks Quote Link to comment https://forums.phpfreaks.com/topic/182136-solved-upload-display-image/ Share on other sites More sharing options...
RichardRotterdam Posted November 19, 2009 Share Posted November 19, 2009 http://lmgtfy.com/?q=upload+image+php+mysql You could also do a search on this forum I doubt you're the only one asking for something like this. Quote Link to comment https://forums.phpfreaks.com/topic/182136-solved-upload-display-image/#findComment-960967 Share on other sites More sharing options...
PHPOD Posted November 19, 2009 Author Share Posted November 19, 2009 Thanks for that Dj however the question still stands how do you upload without putting the image into the database just the file path Cheers all the same Quote Link to comment https://forums.phpfreaks.com/topic/182136-solved-upload-display-image/#findComment-960971 Share on other sites More sharing options...
RichardRotterdam Posted November 19, 2009 Share Posted November 19, 2009 however the question still stands how do you upload without putting the image into the database just the file path By storing the name of the uploaded file into a database field in VARCHAR format instead of using BLOB type. The second example I get in the google result page shows exactly that. Quote Link to comment https://forums.phpfreaks.com/topic/182136-solved-upload-display-image/#findComment-960979 Share on other sites More sharing options...
PHPOD Posted November 19, 2009 Author Share Posted November 19, 2009 Spot on DJ thnks for the help Quote Link to comment https://forums.phpfreaks.com/topic/182136-solved-upload-display-image/#findComment-961136 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.