I have a page that gets created with php after a form is submitted. How can i save a copy of that page to a folder called 'archives'?

    what if the page is created with HTML. there are only a few section in it the file that use php code and those are <?php echo $username ?> or $password

      ok i have the page being saved with output buffering but now the page no longer displays.

        So echo the contents of the buffer as well.

          Write a Reply...