R
robertchen117
I have a CGI, and generate one array, I want to display in another
page, how to forward the array to another cgi?
Thanks.
page, how to forward the array to another cgi?
Thanks.
I have a CGI, and generate one array, I want to display in another
page, how to forward the array to another cgi?
Thanks.
You can store the array in a session using CGI::Session, or you can POST
the array to the other cgi script.
Yes, I just do not know how to POST the array value to the other CGI.
I need an example. Thanks.
[email protected] said:Yes, I just do not know how to POST the array value to the other CGI.
I need an example. Thanks.
Yes, I just do not know how to POST the array value to the other CGI.
I need an example. Thanks.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.