Bravat Posted February 3, 2011 Share Posted February 3, 2011 How to define default folder. For example I have folder images and in that folder specific image. In the root directory I have index.php with <?php require_once("public/includes/header.php"); ?> and in index.php there are links which goes to different folder: <a href="public/sajt/kategorija.php?id=<?php echo $id; ?>"> which also have header.php, but there is no image. How to make default folder for image, or some similar solution? Link to comment https://forums.phpfreaks.com/topic/226613-default-folder/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.