You're trying to mix two different things. SSI (Server Side Includes) and PHP.
The page you're calling gets parsed ONLY by PHP. So echoing #exec won't work.
Look at the virtual() function ~~> http://php.net/virtual
-js
On Sun, 15 Dec 2002 14:10:17 -0800 Troy May wrote:
> Hello,
>
> I have a
> I have a logging program I wrote in Perl that writes basic info to a
MySQL
> database. I can't get it working from within PHP. I've tried:
>
> print "";
> echo ("");
> include("vislog.cgi");
Maybe virtual() ?
www.php.net/virtual
---John W. Holmes...
PHP Architect - A monthly magazine for P
2 matches
Mail list logo