|
I am using a cgi script written in Perl to process the form and send an email to myself with the form results. I am using a PHP script to write the results to a file on the server.
I am not an experienced programmer. I used PerlBuilder to develop the CGI but the program does not allow for writing results to a file, only for sending an email. I had a friend write the PHP to create the results file on the server.
So, I need to find a way to use both scripts in the action=" " statement of the form. I hope this is enough info for you to work with. Thank you.
|