i'm trying to display an image using php to include its full path but the picture doesn't want to show up, the code i'm using is :
<img src="<?php echo $_SERVER['DOCUMENT_ROOT'] . 'Romeo/Yoomak/pix/Logo9.png';?>" width="200" height="200" alt="Logo"/>
No Error shows up in the output but the picture doesn't show up so what should i do ? help pls and thnx in advance.
That's what i get: image not showing up as shown in this SS