ilikephp Posted June 5, 2008 Share Posted June 5, 2008 again this problem !!! ??? /www/ar /Parish/nashra/nashra.php /php_files/footer.php /images/"all the images..." so inside the file nashra.php (I have header, footer and menu) in footer for example I put: include "../../php_files/footer.php"; I recive the footer but without the images :S on the picture I right click: I have: http://localhost/ar/images/logo.gif it should be: http://localhost/images/logo.gif CAN u plz help me :'( Link to comment https://forums.phpfreaks.com/topic/108848-silly-problem-again-ss-with-includephp/ Share on other sites More sharing options...
jonsjava Posted June 5, 2008 Share Posted June 5, 2008 can we see the code, so we can see how you're calling the images? Link to comment https://forums.phpfreaks.com/topic/108848-silly-problem-again-ss-with-includephp/#findComment-558367 Share on other sites More sharing options...
ilikephp Posted June 5, 2008 Author Share Posted June 5, 2008 code of the page nashra.php ? Link to comment https://forums.phpfreaks.com/topic/108848-silly-problem-again-ss-with-includephp/#findComment-558369 Share on other sites More sharing options...
ilikephp Posted June 5, 2008 Author Share Posted June 5, 2008 note that if I put the file nashra.php without its folder nashra, everything goes fine Link to comment https://forums.phpfreaks.com/topic/108848-silly-problem-again-ss-with-includephp/#findComment-558373 Share on other sites More sharing options...
ilikephp Posted June 5, 2008 Author Share Posted June 5, 2008 nashra.php <tr> <td align="center" valign="top"><?PHP include "../../php_files/footer.php"; ?></td> </tr> Link to comment https://forums.phpfreaks.com/topic/108848-silly-problem-again-ss-with-includephp/#findComment-558393 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.