Greetings,
I want to create an autoresponder script which based on a variable sent by a HTML form will send the corresponding text file via email to the requester.
So if the user selects "Investing 101" from a drop-down HTML form field, the PHP script will send investing101.txt.
My question is, how do I "link" a text file to the contents of the message portion of the mail() function?
Thank you,
Said Rouhani