Wait, let me re-interpret your question and answer it differently.
Yes, PHP can send data to a CGI script on a server. If you have to get the data into the script via the GET-method, it's as simple as creating the right URL string and using fopen().
If you need to send POST-method data to a CGI script, please take a look at my FAQ in this forum: faq434-2502. It's a little more complicated than GET-method, but not a lot so. ______________________________________________________________________
TANSTAAFL!