calling an external .txt or .htm file from a text box widget
-
Hello!
I have 13 sites each with a mini banner that I have in a text box in a column.
Currently each add/change requires 13 edits. I would like to have ONE file & call it from each of the blogs. I have tried:
<!–#include virtual=”https://tpo.net/TPOsBanners.htm” –>
and
<?php include (‘https://tpo.net/TPOsBanners.htm’); ?>
and
<div id=”content”>
<?php
require_once ($_GET[‘https://tpo.net/TPOsBanners.htm’%5D);
?>
</div>all to no avail…
please advise.
[email address moderated – these forums do not provide support via email]
[sig moderated as per the Forum Rules]
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘calling an external .txt or .htm file from a text box widget’ is closed to new replies.