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

You should also use:
base64_encode() on the data before putting it in the database:
PHP: base64_encode - Manual

And when you want to take it out use:
base64_decode() on the data.
PHP: base64_decode - Manual

Before you display it or download it or whatever.

Good luck.
__________________
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
The Following User Says Thank You to EyeDentify For This Useful Post:
sarmenhb (04-24-2008)