OK, here's the deal. I have a form that when the user hits the submit button a PHP page is called displaying the variables from the form where I want them on a page. It works fine. What I would like to do is have the html generated by that PHP page emailed to me so I can upload the file for permanent use. I asked this question on another forum and was told it can be done using output buffering. I've looked at a few tutorials but could not find anything to solve my problem. If anyone could explain how I could do this it would be greatly appreciated. Thanks in Advance. Dave