:::: MENU ::::

Share is Care

  • Make your business grow up be paster

  • One stop solution for your business need

  • Tell Us, What do you want ?

Rabu, 09 Desember 2020

// variable image
$image = 'http://192.168.1.1/image/foto.jpg';
// Read image path, convert to base64 encoding
$imageData = base64_encode(file_get_contents($image));
// Format the image SRC: data:{mime};base64,{data};
$src = 'data:'.mime_content_type($image).';base64,'.$imageData;
// Echo out a sample image
echo '<img src="',$src,'" />'
A call-to-action text Contact us