I have a program that takes variables from
a form, and this form allows the user to
upload 2 files.
What I need to find out how to do is to
attach these 2 files. At present, I'm
using the mail() function, but it doesn't
seem to allow me the ability to attach
the uploaded files.
Can someone please point me in the right
direction?