I have an application that sends out e-mails, including attachments. The source of attachment information is a variable in my code, which is then fed to my email function. I was hoping to add the ability to send an Excel attachment type if the user chose to do so. Thus my desire to capture the data in a php variable.
↧