Search found 2 matches

by perdi202
Thu Jul 08, 2004 10:28 pm
Forum: PHP - Code
Topic: Hiding a form and submitting it behind the scenes
Replies: 2
Views: 242

Tried it out and it is definitely a solution, but I am looking for a more generic answer. Can I do this. I have: Script1.php which has form1 which calls script2.php on submit. Script2.php which has form2 which calls script3.php on submit. Action reqd: 1. User presses submit on form1 in script1. 2. S...
by perdi202
Thu Jul 08, 2004 7:53 pm
Forum: PHP - Code
Topic: Hiding a form and submitting it behind the scenes
Replies: 2
Views: 242

Hiding a form and submitting it behind the scenes

Hi All, I have been trying to make a form, call another form and submit itself, for making calls to payment gateways like paypal for example, and am drawing a blank so far. What I do now Usually, you have a payment form and a submit button, and the submit button will do the form action, which is cal...