4
Actually, I have had better luck without the tags. For instance:
This snippit works:
include 'http://x.x.x.x/closings/webclose.htm';
However, this does not:
include('http://x.x.x.x/closings/webclose.htm'); ?>
I've had both ways work and not work. Usually, without the tags seems to work more often, but not always.
To be completely honest, it really just seems buggy to me, but I don't know enough about php yet to even begin to propose a solution.