Hi all. I am coding a php file that uses a CGI counter program.
If I was using a SHTML file, I could do this:
<!--#exec cgi="cgi-bin/count.cgi" -->
How do I do the same with PHP??
Thanks in advance.
--BZ
Use one of the system commands: http://www.php.net/manual/en/ref.exec.php
Diego