chaganlal1
New Member
- Messages
- 2,014
- Reaction score
- 0
- Points
- 0
hey i have a file in my /folder/page1.php folder and i want to include a file from another folder like /folder2/includepage.php but i cant seem to make it work..what am i doing wrong?
I have already put
but it dosent work. can anyone please help me - thanks
I have already put
PHP:
<?php include('/folder2/includepage.php'); ?>