Ray, I'm stuck again. I'm trying to send an attachment of an image named
entered value.jpg The entered value is from a field called OrderID
I have this code but its not working:
$WA_MailObject = WAUE_AddAttachment($WA_MailObject,"".(realpath("../client_art/".$_POST["orderID"].jpg)) ."");
There is a file in the client_art folder named to correspond with the entered value of the OrderID, plus the file extension of .jpg.
I cant get it to work.