View Single Post
  #4 (permalink)  
Old 10-21-03, 02:51 PM
mdhall's Avatar
mdhall mdhall is offline
Aspiring Coder
 
Join Date: Oct 2003
Posts: 510
Thanks: 1
Thanked 1 Time in 1 Post
Did you try it as a virtual include?

<!--#include virtual="foldername/scriptname.php-->

For example, if I'm adding a "visitors online" php script names "visitors.php" to an shtml page, and the script is in a folder called "online", I would use this...

<!--#include virtual="online/visitors.php"-->

See if that helps.
Reply With Quote