I am a bit stumbled on what exactly your issue is, is it to get the Post value "email_to" be an mail address when posting from Construct 2?
Or is it to read the output of the php in construct 2?
If the issue is to get construct 2 to send out an mail address we will need to see the construct 2 part.
But yeah a bit stumbled on what exactly is the issue, hopefully you can clear that up for me and il be more than happy to help you out! <img src="{SMILIES_PATH}/icon_e_smile.gif" alt=":)" title="Smile">
kentbakk
Its getting the $_POST['email_to'] variable from c2, it does not seem to appear when I run the php script, I am using the same method that I used in the tutorial I posted, the capx is here, https://www.scirra.com/tutorials/4897/s ... construct2,
I can send an email without attachment with the method in my tutorial, and send an email with attachment with this script above, if I change the POST value to, for instance "sizcoz@somewhere.com";, but the POST variable from c2 does not show?
Many thanks in advance for your reply