I've been studying PHP for the past month and I am having trouble retrieving images from my database to my page... do you have any codes for this?
How to view images from mysql database using PHP?
Check this article out it may help you with your issue
http://www.onlamp.com/pub/a/onlamp/2002/...
Generally you don't store images in a database.It's a bad practice since images are not search able files and it causes a ton of overhead issues. You store file link URLs in a database based on a hash. Their are many differing thoughts on which method is best though relating to images and databases.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment