Hello Everyone,
I'm not a programmer, so please bear with me.
I have a form, and on submit, need for it to send the data 1. to formmail.cgi (a PERL script) that emails me the information and then 2. sends the data to a shopping cart script called phpcart.php
I'm told the best way to do this, is to have the forms ACTION post to a php script, which executes the two scripts above.
I imagine something like this:
<?php
send data to formmail.cgi. When finished
send data to phpcart.php
exit
?>
I've installed a few PHP applications on my site, but writing code is beyond me.
Can anyone help?
I would surely appreciate it.
James