I have been using the code:
virtual("somescript.cgi");
to "execute" a perl file and use the output of the perl file in the PHP file... successfully.
It has worked now for months, but all of a sudden I am getting this error:
Fatal error: Call to undefined function: virtual() in /home/user/www/sys/inc/header.php on line 56
This is the code there:
virtual("/orderop.cgi?furl=1");
Do you know what would make that error? Could it be that "virtual()" requires a certain thing to be compiled into PHP? I have recently updated Apache, and had to rebuild the PHP script. Might that have something to do with it?
It is inside of the <?PHP tag at the top, and before the ?> at the bottom of the file... Or course that is obvious since the error is shown...
Anyhow thank you in advance for any assistance you may offer.
BTW, here is the version of PHP I am using:
php-4.3.8
That is the one Apache installed.
Thank you again,
Richard