Dear All,
I have a server side include that used to work in my '.shtml' file. However, since I have now put the SSI, i.e.
<!--#exec cgi="/cgi-bin/counter/count.pl"-->
in a .php file it no longer works.
Since reviewing the previous threads in this forum, there appear to have been similar postings, but now i'm more confused.
Someone suggested if you're using Apache, you can use the virtual() function provided by PHP. How is this applied? And is there and more suitable methods.
Also, I was wondering, can a simple page counter be implemented in php! Does PHP sufficiently replace SSI, so that I never need to use SSI again? Is it a mistake to use SSI when I have a php enabled webspace?
If someone could clarify these points I would be very grateful!
Thanks in advance,
Regards,
- Pete