Greetings,
I’m trying to use the php includes function in a page located in a subfolder to include a page in my main directory, but it doesn’t seem to work. I tried something similar to the following:
<?php include("http://mainaddress/folder/index.php"); ?>I usually don’t include the full address, but not sure another way to get it back to the root directory. Any help or alternatives would be very very appreciated!
Thanks in advance
Josh