I'm using a php include setup for my website...
include("header.php");
include($page);
include("footer.php");
How do I get a CGI script to become $page with a variable?
I know about exec and successfully printed the cgi output, BUT I need to send a variable to the CGI which affects the output.
In this instance it is a domain name to a whois CGI, which needs to be included in a php.
I'm sending more than one variable to the CGI, "ext" and "domain" are the vars