Virtual() stopped working
My web host moved my website to a new server and virtual() has stopped working. Here is the error message I got:
Call to undefined function: virtual()
Inside my .php file, I have this line.
(?virtual("/var/www/cgi-bin/ads/ads.cgi" )?)
( = <
) = >
This "calls up" my banner advert CGI script file and display on my browser window. This worked fine on my old server but not on the new server.
What settings do I need to enable in order for virtual() to work?
Many thanks.
EDIT Ack, forgot to remove < and >
Call to undefined function: virtual()
Inside my .php file, I have this line.
(?virtual("/var/www/cgi-bin/ads/ads.cgi"
( = <
) = >
This "calls up" my banner advert CGI script file and display on my browser window. This worked fine on my old server but not on the new server.
What settings do I need to enable in order for virtual() to work?
Many thanks.
EDIT Ack, forgot to remove < and >
