Re: I need the PHP code to display in the proper place in a table
`Image` longblob,
I am storing it as a longblob, But when i display it it is giving me as ascii value
i use print $row['image'];
but i do not know the formated string in printf
such as prinntf("%s",$row['image']);
|