Forum Moderators: phranque

Message Too Old, No Replies

SSI call possible in PHP parsed pages?

Including SSI call on a page with a PHP web tracking app

         

iggy99

1:33 am on Aug 19, 2002 (gmt 0)

10+ Year Member



hi--

we have a need to include something similar to


<!--#include virtual="/traxis/traxis-counter.cgi?site=aloha"-->

so far i cannot get anything to work ---

is there a way to do this?

jatar_k

2:15 am on Aug 19, 2002 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



Here are a few things I found.

This thread has some suggestions
How to redirect seamlessly and parse HTML [webmasterworld.com]

and these functions may help
require and friends [php.net]

there are a bunch of other similar functions listed on that page as well. One of them will do the trick, I would think.