i want to insert image for the application that i am building
i used
image() method
public static string image(string $src, string $alt='', array $htmlOptions=array ( ))
i want to know does
$src = path to image file??? ex: D:\image\image.bmp
i put the path but it is not showing the mage
only the alternative text is displayed…