Answers for "php blob to string"

PHP
0

php blob to string

* use mysql query to get the blob data in a variable and then use this

'<img src="data:image/jpeg;base64,' . base64_encode($image) . '" width="200" height="200">'
Posted by: Guest on March-16-2022

Browse Popular Code Answers by Language