How do I make the following work? I tried a few different versions, and I can't seem to quiet get it right. I am trying to create a universal php include.
Changing this:
[PHP]
<?php include("menu.p hp"); ?>
[/PHP]
to something like this....
[PHP]
<?php include("www.ho mepagehere.com/includes/menu.php"); ?>
[/PHP]
Changing this:
[PHP]
<?php include("menu.p hp"); ?>
[/PHP]
to something like this....
[PHP]
<?php include("www.ho mepagehere.com/includes/menu.php"); ?>
[/PHP]
Comment