Hi, I want a function in my web-page that can email a page (including stylesheets and images). I know how to mail text and attachments with the mail command, but these pages are already generated by code I wrote (these are actually web pages I want to send).
So, for instance, on the page 'index1.php' I want to include an input field 'email' and a submit-button, and when the user clicks on that button, I want the page 'index2.php' (including stylesheets and images) to be sent by email. Is this possible??
Hope u can help me on this one!
Greetz, G