On www.php.net, on the page for convert_uuencod e(), someone posted
this comment:
[color=blue][color=green][color=darkred]
>>>>>>>>>>>>>>> >[/color][/color][/color]
This function can be useful if you wish to store files in a MySQL
database, it will save any problems with obscure binary data breaking
the queries.
just remember to convery-uudecode before you try to use the data
again.
(A common example of something that uses this system, would be email
attachments)[color=blue][color=green][color=darkred]
>>>>>>>>>>>>>>> >[/color][/color][/color]
If I understand this right, before you insert any binary data into a
MySql database, you should first hit it with convert_uuencod e() ?
this comment:
[color=blue][color=green][color=darkred]
>>>>>>>>>>>>>>> >[/color][/color][/color]
This function can be useful if you wish to store files in a MySQL
database, it will save any problems with obscure binary data breaking
the queries.
just remember to convery-uudecode before you try to use the data
again.
(A common example of something that uses this system, would be email
attachments)[color=blue][color=green][color=darkred]
>>>>>>>>>>>>>>> >[/color][/color][/color]
If I understand this right, before you insert any binary data into a
MySql database, you should first hit it with convert_uuencod e() ?
Comment