SQLite Forum

How to READ and WRITE an image to an SQLITE BLOB FIELD
Login
Hi Ryan,

Thank you for the reply..

I am trying to find "how" to read and write an image file to an SQLITE database using PHP..

This is the starting point for me since I have never done that before.

I have working PHP code that works great with my existing SQLITE database and I now need to be able to read and write images to my SQLITE database, however, I am having trouble finding a working reference example, sample code, or tutorials that can guide me.

Do you know of any example code, sample code, or tutorials that can help me learn what I need to know to get this working?