| http://www.w3.org/ns/prov#value | - e is an error in your codein my case, it was 4. there is a reason why the function call base64decode does not work... it is actually: base64_decode()by the way, other ways to validate your image encoded in base64 is to use the following tag:echo '<img src=data:image/jpeg;base64,'.$row['IMAGE'].' alt=photo>';I was pulling a blob encoded base 64 data from mysql database and trying to render it on
|