I hope someone is familiar with phpmailer.
I'm using an html form processed by the mailform script provided in the program php mailer.
The first problem that I am having involves apostrophes and quotation marks creating the / when processed by php.
I was wondering if anyone knew of a way to get rid of those in this script.
The other thing that i want to do is attach files using this script. Please correct me if I am wrong, but i must first upload the file to the server in order to send the attachment. If anyone has any examples of doing this or sources for help on this topic of uploading files that would be good.