how can I show an image from mysql?
Comments on this Question/Answer
You can store a image in a database making the database table field of BLOB type. Later you can query the database fecth the content of image as usual and display this fetched-image on a webpage (or whatever the way like) using php headersBy: Amit Verma, 09 Jan 2009 06:12:22
How to request an id from php to class in smarty
By: shakir, 18 Mar 2009 13:59:10
How can I show an image from mysql?
By: avijit, 06 Dec 2009 07:04:59
Reply to comments / post your own comment >>>
ASK A QUESTION
More mysql PHP Questions
How do I access the current time with mysql?How do I find the number of rows in a result set?
How do i list a record in front that is recently added to the table?
How do I find the ID of a new row added to a table?
How do I update the contents of a table row?
