Forum Moderators: coopster
$foo=file("http://www.yourdomain.com/traxis/traxis-counter.cgi?site=stat-tchg");
which will hopefully have the same effect as an SSI call.
I was going to suggest the exec() or passthru() functions which let you run external programs from your PHP, but I can't see how you could pass the site parameter...