Is it possible to make the click event of a submit button do two things at once? eg when a user fills in a form it sends us an e-mail and sends them a confirmation email? is this possible by putting a comma inbetween two pages eg...
<form method="POST" action="confirmation.php,email.php">
then on those two pages have two functions which get performed?
if this is possible could someone explain how this could be done?
Many thanks
Chris
making a submit button perform two things at once?
Moderator: General Moderators
-
phpnewbie1985
- Forum Commoner
- Posts: 33
- Joined: Thu Jan 08, 2004 6:15 am