Thanks in advance for your help here.
I am trying to create a PHP script which will perform several
actions/functions, using input variables (name, email address, etc,)
from an HTML web page form
1. Create a dynamic web page with entered data
(I'm able to accomplish that)
2. Send multiple emails to different email addresses including
preformatted text and inserting the variables from the form
(I pretty much have that down, too)
3. (Here's the stumbling block) Send the form data to a remote
cgi/bin URL to be processed.
Can anyone reading this tell me how to make item#3 happen
using PHP.
I appreciate your assistance.