Re: [PHP-DB] playing longblob media
[email protected] (Chris)
| Newsgroups | php.db |
|---|---|
| Message-ID | <[email protected]> |
Philip Thompson wrote: > On Apr 27, 2008, at 9:15 AM, Ron wrote: >> Hi, >> >> How can i retrieve via php a media stored in a mysql database as >> longblob? >> >> I'd like to be able to retrieve the media and stream it. >> >> TIA >> >> regards, >> ron > > Just like any other field type. Doesn't matter to PHP what the field > type is... But it does to the browser. You'll need to send the appropriate headers for the browser to do the right thing, and since it's probably a big field instead of saving it to a variable, just echo it out. No idea what the right headers are though :) -- Postgresql & php tutorials http://www.designmagick.com/