Welcome Guest, Not a member yet? Register   Sign In
problem with dompdf images
#3

[eluser]afsar[/eluser]
i follwoed this code to get the image stored and later displayed it.
$K=$record['Picture'];
$sno=1;
$contents = file_get_contents($K);
$fp = fopen('images/'.$sno.'.jpg.', 'w');
fwrite($fp, $contents);
fclose($fp);.

thank you forum team for all.


Messages In This Thread
problem with dompdf images - by El Forum - 04-18-2009, 08:42 AM
problem with dompdf images - by El Forum - 04-18-2009, 09:16 AM
problem with dompdf images - by El Forum - 04-20-2009, 03:32 AM
problem with dompdf images - by El Forum - 09-13-2010, 03:48 PM
problem with dompdf images - by El Forum - 10-25-2010, 01:42 AM
problem with dompdf images - by El Forum - 10-25-2010, 02:54 AM
problem with dompdf images - by El Forum - 10-25-2010, 03:53 AM
problem with dompdf images - by El Forum - 10-25-2010, 05:12 AM
problem with dompdf images - by El Forum - 10-25-2010, 05:15 AM



Theme © iAndrew 2016 - Forum software by © MyBB