what are the strategies followed for multiple form interaction in cgi programs?
Answer / Neeshu Praveen Srivastava
There are several strategies that can be used for handling multiple form interactions in CGI (Common Gateway Interface) programs. One common approach is to use hidden fields in the HTML form to store state information between requests, such as session IDs or user preferences. Another approach is to use cookies or URL rewriting techniques to maintain state information across multiple requests. Additionally, some CGI frameworks provide higher-level abstractions for managing state and user sessions.
| Is This Answer Correct ? | 0 Yes | 0 No |
write a script to check whether user enter a value is a leap year or not?
3 Answers Oracle, Persistent, ViPrak,
How to connect to SQL server through Perl?
Explain subroutine?
What arguments do you frequently use for the Perl interpreter and what do they mean?
What is the purpose of redo statement?
Define perl scripting?
Explain 'grep' function.
What is the purpose of goto expr statement?
Explain grooving and shortening of arrays and splicing of arrays?
How can arrays be tied?
what is the meaning of rigging?
Explain perl.