I am trying to include a file 'header.php' that is in
http://ewh.ieee.org/r1/schenectady/
From a file in
http://ewh.ieee.org/r1/schenectady/Events/
if I do:
<?php include '../header.php';?>
it works fine, as expected. However, if I do:
<?php include 'http://ewh.ieee.org/r1/schenectady/header.php';?>
it does not work (the header is not displayed).
Can anyone explain why this wouldn't work?
Thanks,
David