Re: Storing picture into DB

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi

I do not have any experience with Sybase;-(
If there is a field type available to store strings of unlimited length (or
at least strings of your desired 60K) you could use the PHP functions
base64_encode() to encode your image data and then store it as string in
your table. If you retrieve it use base64_decode() to decode the string.

Hope this helps
Conni


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


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux