Guest_imported
New member
- Jan 1, 1970
- 0
Let me start like this...
Another Website is sending passback variables to my webpage.
I have figured out how to capture these passbacks and display them to the Viewer of my Webpage using this code snippit:
<?php print $MyVariableHere; ?>
This is Great! It saves the user of my site having to type that info into a form that I have set up.
The only problem is that when the user sends the form (using a form mail script) that variable is not in the email that is sent to me.
ANY IDEAS?
Thanks,
Matt
Another Website is sending passback variables to my webpage.
I have figured out how to capture these passbacks and display them to the Viewer of my Webpage using this code snippit:
<?php print $MyVariableHere; ?>
This is Great! It saves the user of my site having to type that info into a form that I have set up.
The only problem is that when the user sends the form (using a form mail script) that variable is not in the email that is sent to me.
ANY IDEAS?
Thanks,
Matt