[PHP-DB] pulling images from a database

2001-05-21 Thread Trent Reimer
I'm trying to find an efficient way to pull images from a database. What I'm saying is that the actual image file itself is being stored as a Binary Large OBject in the database (MySQL) and that I want to use it on a web document. The only way I've been able to do it so far is to call an external

Re: [PHP-DB] newbie: why doesn't this work?

2001-05-21 Thread Trent Reimer
just at a quick glance I see a couple things I would try changing at the end of your "for" loop you have a closing brace but I don't see an opening brace anywhere, that should throw things. Also in the conditions of your "for" loop you have "++$count" which I haven't really seen before. Would the