Welcome Guest, Not a member yet? Register   Sign In
Loading Images from MySQL db to view in CI
#12

[eluser]GeoXeo[/eluser]
Can you put this in your controller and tell me what you see when you invoke http://your_host/your_controller/image

Code:
function image() {
        $hex_img = "ffd8ffe000104a46494600010101004800480000fffe00134372656174656420776974682047494d50ffdb004300080606070605080707070909080a0c140d0c0b0b0c1912130f141d1a1f1e1d1a1c1c20242e2720222c231c1c2837292c30313434341f27393d38323c2e333432ffdb0043010909090c0b0c180d0d1832211c213232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232ffc00011080064006403012200021101031101ffc4001500010100000000000000000000000000000008ffc40014100100000000000000000000000000000000ffc40014010100000000000000000000000000000000ffc40014110100000000000000000000000000000000ffda000c03010002110311003f009fc000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000007ffd9";
        Header("Content-type: image/jpeg");
        echo pack("H*", $hex_img);
    }


Messages In This Thread
Loading Images from MySQL db to view in CI - by El Forum - 10-28-2009, 11:15 PM
Loading Images from MySQL db to view in CI - by El Forum - 10-29-2009, 12:52 AM
Loading Images from MySQL db to view in CI - by El Forum - 10-29-2009, 07:32 AM
Loading Images from MySQL db to view in CI - by El Forum - 12-13-2010, 12:17 PM
Loading Images from MySQL db to view in CI - by El Forum - 12-13-2010, 12:57 PM
Loading Images from MySQL db to view in CI - by El Forum - 12-13-2010, 02:02 PM
Loading Images from MySQL db to view in CI - by El Forum - 12-13-2010, 03:47 PM
Loading Images from MySQL db to view in CI - by El Forum - 12-13-2010, 04:34 PM
Loading Images from MySQL db to view in CI - by El Forum - 12-14-2010, 12:12 PM
Loading Images from MySQL db to view in CI - by El Forum - 12-14-2010, 12:59 PM
Loading Images from MySQL db to view in CI - by El Forum - 12-14-2010, 05:23 PM
Loading Images from MySQL db to view in CI - by El Forum - 12-14-2010, 08:55 PM
Loading Images from MySQL db to view in CI - by El Forum - 12-15-2010, 05:30 AM
Loading Images from MySQL db to view in CI - by El Forum - 12-15-2010, 05:34 AM
Loading Images from MySQL db to view in CI - by El Forum - 12-15-2010, 06:12 AM
Loading Images from MySQL db to view in CI - by El Forum - 12-15-2010, 10:13 AM
Loading Images from MySQL db to view in CI - by El Forum - 12-15-2010, 12:17 PM
Loading Images from MySQL db to view in CI - by El Forum - 12-15-2010, 01:07 PM
Loading Images from MySQL db to view in CI - by El Forum - 12-15-2010, 01:28 PM
Loading Images from MySQL db to view in CI - by El Forum - 12-15-2010, 03:24 PM
Loading Images from MySQL db to view in CI - by El Forum - 12-15-2010, 04:45 PM
Loading Images from MySQL db to view in CI - by El Forum - 12-15-2010, 06:06 PM
Loading Images from MySQL db to view in CI - by El Forum - 12-17-2010, 05:50 AM
Loading Images from MySQL db to view in CI - by El Forum - 12-17-2010, 04:15 PM



Theme © iAndrew 2016 - Forum software by © MyBB