View Single Post
Old 03-04-2008, 10:51 AM   #28 (permalink)
EyeDentify
The Acquainted
 
EyeDentify's Avatar
 
Join Date: Nov 2007
Location: Sweden
Posts: 106
Thanks: 13
EyeDentify is on a distinguished road
Default

And if you store binary data in a BLOB column remember to use base64_encode() and base64_decode() on that data.

Though the data will be larger when encoded it keeps it somewhat safe from corruption. At least what i have read on PHP.

/EyeDentify
__________________
Of course the whole point of a doomsday machine, would have been lost if you keep it a secret.
EyeDentify is offline  
Reply With Quote