Michael Thomsen wrote:
Hi, I was wondering if anyone knew how to retrieve large amounts of
binary data from a MySQL database without having it loaded all at once
into a PHP data structure. I'd like to be able to iterate over the
result, pulling out 16kb or so of data at a time and feed it to the
browser. Any suggestions?

Thanks,

Mike
With the SUBSTRING function of MySQL.

This question belongs more to a MySQL mailing List.

And read the manuals!

Took me 5 secs to find that function.

Be glad that somone is in a good mood to help such a lazy guy like you.

Greets
        Barry

--
Smileys rule (cX.x)C --o(^_^o)
Dance for me! ^(^_^)o (o^_^)o o(^_^)^ o(^_^o)

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to