Aglavalin, I feel your pain...<br /><br />I can call a php file from within an shtml file on an Apache server, but
only if the php file is in the same directory as the shtml file that is making the call.<br /><br />The sintax: <!--#include file="file.php"--> <br /><br />You can see it work at
the test index that I'm working on for my web site. <br /><br />And I'm pretty sure that php commands can be parsed from a text file. So you could use <!--#include file="file.txt"--> and the php commands in the file would be parsed and executed by the web server (as long as the file that has the SSI include in it has an shtml extention, or any other extention that the web server has been configured to parse).<br /><br />I didn't make much progress last night cause I was trying to hack the file that I got from this site, and I've just recently dipped my feet into php scripting. I'll go back to trying to get the script that came with Threads to work this weekend.<br /><br />Odd that one of the php gurus here hasn't coded a more feature rich news script that works.<br />