If you are a senior PHP/mySQL programmer who is a fan of the movie and television industries with experience using Final Draft, or just an aspiring screenwriter yourself, I would love to talk with...
My gut feeling is that somehow it is all an encoding problem with conversion making the change that I don't want to my data. However, I don't really know enough about where that is...
The killer is that myPHPAdmin does not allow binary inspection of BLOB fields, so the only way I can inspect the blob is to export it again using the sql exporter in myPHPAdmin. When I inspect the...
I am saving thumbnails in BLOBs in my mySQL database. In my Live site, the images display fine when I use a PHP source file attached to an HTML img tag to display them.
I am using a php file to display JPG thumbnail images that I have saved in BLOB fields in a mySQL database table (using the phpthumb utility to convert them, FYI). The code itself is very...