/ Published in: PHP
URL: http://php.net/manual/en/function.base64-encode.php
used as so
.logo { background: url("<?php>") no-repeat right 5px; }
or
Expand |
Embed | Plain Text
function base64_encode_image ($filename=string,$filetype=string) { if ($filename) { } }
You need to login to post a comment.
