PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
// Some html stuff is here
<?php
include('/con.php');
include('/function.php');
?>
// Other html stuff is here
Then in all my files I include top.php. The problem is that when I include top.php in a subdirectory of my site, con.php and functions.php won't be included too. How can I fix this?
Last edited by HiddenS3crets on Thu Dec 15, 2005 5:47 pm, edited 4 times in total.