Welcome Guest, Not a member yet? Register   Sign In
display image
#3

Another thing you may consider (not for solving path problems), but:

PHP Code:
<img src="<?php echo base_url() . 'images/banner.jpg'; ?>" /> 

can be also:

PHP Code:
<img src="<?php echo base_url('images/banner.jpg'); ?>" /> 
Reply


Messages In This Thread
display image - by 6433faheemullah - 09-05-2019, 11:33 PM
RE: display image - by mboufos - 09-06-2019, 02:05 AM
RE: display image - by JLDR - 09-06-2019, 03:29 AM



Theme © iAndrew 2016 - Forum software by © MyBB