Welcome Guest, Not a member yet? Register   Sign In
Problem when trying to display image from database
#3

[eluser]FabD[/eluser]
I applied the proposed code ... but still no image displayed.
It seems that it doesn't reach the function displayimage()

In the form/view, I have changed the call to the function displayimage() by a dummy call to an undefined function 'toto' :

Code:
<img src="&lt;?php echo base_url() ?&gt;index.php/signal/marches/toto/&lt;?php echo $marches['MA_ID'] ?&gt;" border='0' align='left'/>;
or
Code:
<img src="http://localhost/gerico/index.php/toto/1" border='0' align='left'/>

and .... nothing happens, no errors reported. So it seems that CI ignores the call into the 'src' parameter of the image ...

Any ideas ? where do I have to put the call to display the image ? Is my way of working wrong ?


Messages In This Thread
Problem when trying to display image from database - by El Forum - 03-10-2009, 05:42 AM
Problem when trying to display image from database - by El Forum - 03-10-2009, 06:52 AM
Problem when trying to display image from database - by El Forum - 03-10-2009, 07:23 AM
Problem when trying to display image from database - by El Forum - 03-10-2009, 07:30 AM
Problem when trying to display image from database - by El Forum - 03-10-2009, 07:46 AM
Problem when trying to display image from database - by El Forum - 03-10-2009, 07:55 AM
Problem when trying to display image from database - by El Forum - 03-10-2009, 08:05 AM
Problem when trying to display image from database - by El Forum - 03-10-2009, 08:15 AM
Problem when trying to display image from database - by El Forum - 03-10-2009, 08:30 AM
Problem when trying to display image from database - by El Forum - 03-10-2009, 08:36 AM
Problem when trying to display image from database - by El Forum - 03-10-2009, 08:38 AM
Problem when trying to display image from database - by El Forum - 03-10-2009, 08:45 AM
Problem when trying to display image from database - by El Forum - 03-10-2009, 08:52 AM
Problem when trying to display image from database - by El Forum - 03-10-2009, 09:01 AM
Problem when trying to display image from database - by El Forum - 03-10-2009, 09:17 AM
Problem when trying to display image from database - by El Forum - 03-10-2009, 12:42 PM
Problem when trying to display image from database - by El Forum - 03-10-2009, 12:46 PM
Problem when trying to display image from database - by El Forum - 08-10-2010, 05:31 PM



Theme © iAndrew 2016 - Forum software by © MyBB