Can I run a PHP file from the cgi-bin?
How do I point to my cgi library from HTML pages? For example, I have this code:
var client = new XMLHttpRequest();
client.open("POST", "/SCOMSTO/logger.php", true);
and it works on another server because there is a mapping directive that maps /SCOMSTO/* to /u/scomsto/cgi-bin/*
Similarly, in another HTML page I have:
var client = new XMLHttpRequest();
client.open("POST", "/SCOMSTO/logger.php", true);
and it works on another server because there is a mapping directive that maps /SCOMSTO/* to /u/scomsto/cgi-bin/*
Similarly, in another HTML page I have:
var client = new XMLHttpRequest(); client.open("POST", "/cgi-bin/logger.php", true);
I hope this helps! If you need further assistance please feel free to contact us. Thanks! Tim S