I have a site that uses php includes for header, footer and most importantly menu as that changes constantly. I have a second site that hosts a shopping cart. I would like to put those includes on the shopping cart site i.e. <?php include("http://homerart.org/includes/menu.inc") ?>. This doesn't seem to work. How can I do this?
Thanks