First of all I have the email script all set up. And, better yet, it works. It will even send html properly.
My question is this. Once the user submits the form, how do I set the entire page content, as it was entered, including all the html to my script.
I include my functions page (which the script is in) and I could then call the script....
Call emailPage(HTMLContent)
The script takes a singel arguement, the html content that you want emailed to the system.
My question is how to send the current page to that script?
Can you set a variable to the page content that was just posted?
Is there an envirnoment variable that contains the page content?
The page is sufficiently large that I don't want to have to take every form value and concatenate it and pass it to the script?
Any help on this?
David Pimental
(US, Oh)
My question is this. Once the user submits the form, how do I set the entire page content, as it was entered, including all the html to my script.
I include my functions page (which the script is in) and I could then call the script....
Call emailPage(HTMLContent)
The script takes a singel arguement, the html content that you want emailed to the system.
My question is how to send the current page to that script?
Can you set a variable to the page content that was just posted?
Is there an envirnoment variable that contains the page content?
The page is sufficiently large that I don't want to have to take every form value and concatenate it and pass it to the script?
Any help on this?
David Pimental
(US, Oh)