Forum: PHP Sep 24th, 2008 |
| Replies: 6 Views: 3,869 Re: displaying image from database I was having issues displaying the image in a browser. After a lot of troubleshooting, I realized the php.ini file had set_magic_quotes_runtime = On. This was causing my problem. I can leave the... |