how to use convert_uuencode()
From: lawrence (lkrubner_at_geocities.com)
Date: 09/30/04
- Next message: Patryk Konieczka: "dot-space in href regexp needed"
- Previous message: lawrence: "Re: need to mass convert pages to UTF-8 encoding"
- Next in thread: Daniel Tryba: "Re: how to use convert_uuencode()"
- Reply: Daniel Tryba: "Re: how to use convert_uuencode()"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 30 Sep 2004 09:15:29 -0700
On www.php.net, on the page for convert_uuencode(), someone posted
this comment:
>>>>>>>>>>>>>>>>
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)
>>>>>>>>>>>>>>>>
If I understand this right, before you insert any binary data into a
MySql database, you should first hit it with convert_uuencode() ?
- Next message: Patryk Konieczka: "dot-space in href regexp needed"
- Previous message: lawrence: "Re: need to mass convert pages to UTF-8 encoding"
- Next in thread: Daniel Tryba: "Re: how to use convert_uuencode()"
- Reply: Daniel Tryba: "Re: how to use convert_uuencode()"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|