balazsnemeth / DateRate

PhoneGapTest - http://coenraets.org/blog/phonegap-tutorial/
MIT License
0 stars 0 forks source link

Image to database #3

Open lgabster opened 10 years ago

lgabster commented 10 years ago

Base64 Encoding

$im = file_get_contents('filename.gif');
$imdata = base64_encode($im);