I am trying to include html code located from another file from withing my word press environment while editing a page or post. Basically i want to use what programmers would call an "include" file, but i can not get it to work. I tried two different syntaxes both of which were ignored (not even an error message)
<!--#include file="http://www.lifeandloveinthephilippines.com/ti/testit.html"-->
<?php include("http://www.lifeandloveinthephilippines.com/ti/testit.html"); ?>
Again, just to be clear, this code is from within word press while using the tinymce editor, and with the HTML tab selected so you see html code as upposed to wysiwyg.
Can anybody tell me what im doing wrong or who to do this?
Thanks.