I wanted to respost this question becuase I didn't think I was very clear in
my earlier post.
After doing some db work in a php script, from the same script, i want to
call a CGI script with a bunch of strings. I've tried:
header("Locatio n: http://mydomain.com/cgi-local/sendemail.cgi?[etc]");
To no avail. Following this script is a simple header for an HTML page
redirect, which does work. in fact, the cgi call doesn't work at all, but
the script still successfully continues to the html page.
So, if you can advise how to call cgi in this situation, or in general, i
would be very appreciative. Thank you very much in advance!
my earlier post.
After doing some db work in a php script, from the same script, i want to
call a CGI script with a bunch of strings. I've tried:
header("Locatio n: http://mydomain.com/cgi-local/sendemail.cgi?[etc]");
To no avail. Following this script is a simple header for an HTML page
redirect, which does work. in fact, the cgi call doesn't work at all, but
the script still successfully continues to the html page.
So, if you can advise how to call cgi in this situation, or in general, i
would be very appreciative. Thank you very much in advance!
Comment