hey any one know ho to add many diffrent files from diffrent folders in a single php file.. this code works only for same folder where footer.php place
php include help need
5
hey any one know ho to add many diffrent files from diffrent folders in a single php file..
this code works only for same folder where footer.php place
<?php include 'footer.php';?>
i want to add different files from diffrent folder like
<?php include 'head.php';?>
<?php include '/post/mypost.php';?>
<?php include '/comment/comment.php';?>
<?php include 'footer.php';?>
so please help me..
this code works only for same folder where footer.php place
<?php include 'footer.php';?>
i want to add different files from diffrent folder like
<?php include 'head.php';?>
<?php include '/post/mypost.php';?>
<?php include '/comment/comment.php';?>
<?php include 'footer.php';?>
so please help me..
- KirkMcD
- kilgore
- mralexanderca
- Member8200
Next Topics on Trending Feed
-
5