I'm creating a dynamic webpage and I'm trying to load .gif picture however issues arise when I put part of the file and directory in a saved variable. Here is working code that pulls the image:
$home = '<img id="'. $result1 .'" src="teams\pit. gif" style="Z-INDEX: 108; LEFT: 842px; POSITION: absolute; TOP: 226px"/>';
echo $home;
As you can see the image displays in...