Posted by calvinwohobbes on 11/05/03 11:41
Hi,
I need help trying to send my post method to two php files. My form is
so simple, it's like <form action="page1.php" method="post" ...
What I want to do is to say, action="page1.php" and have the same post
information to get sent to like a action="page2.php" How would one do
this?
An overview is that I have 3 checkboxes and a submit button, i'm
already sending that information to page1.php but i want to send the
exact same information to page2.php. Can anybody help me out with
this?
Thanks,
Calvin
[Back to original message]
|