You're going to have to do it through a client-side language. JavaScript is the most common. ______________________________________________________________________
TANSTAAFL!
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!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.