![]() |
How do I display an image in mysql - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: How do I display an image in mysql (/showthread.php?tid=26570) Pages:
1
2
|
How do I display an image in mysql - El Forum - 01-17-2010 [eluser]farocco[/eluser] Thank you so much. That worked like a charm. How do I display an image in mysql - El Forum - 01-17-2010 [eluser]Tom Schlick[/eluser] you really shouldnt store images in your database. you should store the file name for the image. How do I display an image in mysql - El Forum - 01-17-2010 [eluser]farocco[/eluser] The app that I am replacing is doing this. I will try and code an upload that will just use the filename and path. |