Hi i am using contact save to detect spammers on my site.
Sometimes all they send are images and thos are displayed as base 64 code in contact save.
Is there any way i can decode it directly in my site ? I have to use an external tool to get any result at the moment.
Thank you
Comments
Comment #1
yash_khandelwalHi ,
You should use base64_decode() to convert base64 into image.
See link http://php.net/manual/en/function.base64-decode.php
Comment #2
yash_khandelwalComment #3
yash_khandelwalComment #4
yash_khandelwal