I am currently facing an issue with my coding process..
I have stored a blob datatype image onto my MySQL database table and i want to retrieve only the URL of that specific blob image using PHP storing that onto a global variable which later will be used as a body background='echo $blob Url'
.
i have tried multiple scenarios but none seem to be working and the body background will be a custom background that will be set by the user upload rather than the default background located on the CSS.
Any idea on how this can be achieved?
Thank You..