Still not working i Dont get this
i am now using this code
if ($game == "HL") {
chdir("C:/home/clan/images/maps/HL/");
$file = $gameinfo->serverinfo['map'];
$file .= ".jpg";
if (is_file($file)) {
echo "<td rowspan=\"5\"><img src=\"images/maps/HL/$file\"></td>";
}
else {
echo "<td rowspan=\"5\"><img src=\"images/maps/HL/map.jpg\" ></td>";
}
}
that still outputs the same thing i guess i should mention the path to this file
C:/home/clan/ - file
C:/home/clan/images/maps/HL/ - images
also i have tried the echo thing and i can copy the output and put it in explorer and it will open the image
Thank You