How do I insert an Frontpage hitcounter when using PHP?

R

Razor

Hi There

I designed my website using PHP but the hit counter does not want to work.
In HTML it works perfectly, but not in PHP
 
S

Stefan B Rusynko

Most FP run time webbots only work in .htm pages

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


| Hi There
|
| I designed my website using PHP but the hit counter does not want to work.
| In HTML it works perfectly, but not in PHP
| --
| Thanx
| RAZOR
 
J

Jens Peter Karlsen [FP-MVP]

To followup:
The reason is that only one parser can parse the page as it is served
to the client. In this case PHP wins because of the php extension.
I wont recommend it but it should be doable to let the first parser
save the results to a tempfile on the server and then redirect to that
file that in turn is parsed by a second parser.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
 
Top