Is there a way to "post" a form to another php script? For example
input.php retrieves some user variables then posts the results to
another script , say form.php?
I know this can be done using perl's LWP by creating an agent. Let me
know if this makes sense or not? I know I can use GET, but I want to
avoid GET for some other reasons.
Thanks!
input.php retrieves some user variables then posts the results to
another script , say form.php?
I know this can be done using perl's LWP by creating an agent. Let me
know if this makes sense or not? I know I can use GET, but I want to
avoid GET for some other reasons.
Thanks!
Comment