I am submiting a PDF form (xfdf format) to a php script. Then php saves the file (xfdf) & emails (as an attachment) to some email. I would like to be able to extract two fields from xfdf file (sender name & email), to use as "from:" on the email that contains the xfdf attachment. I do not need all the field, and I know the fields names. I would like to use simple php without installing any other library if possible.
Thank you in advance