hi i just started php, my code works on ie, bit when i open the webpage on firefox and chrome the image does not display?, can anyone help
$car = "C:\wamp\www\porche.jpg";
$banner = "<img src=\"$car\" ";
$banner .= "width=\"380\" height=\"110\" border=\"0\" >";
echo($banner);