[eluser]manishchndk[/eluser]
In config.php file i set $config[base_url]='localhost/project_name/';
when i m trying to retrive the image from project_name/application/plugins/file_name
it is not displaying any image to me. Below is the code i have written for image.
<img src="<?php echo base_url();?>application/plugins/dell_logo.jpg" />
it is not showing any image nor giving any error and base_url='localhost/project_name/'
if anybody the solution help me please.