Skip to content

Instantly share code, notes, and snippets.

@igorw
Created July 6, 2009 18:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save igorw/141605 to your computer and use it in GitHub Desktop.
Save igorw/141605 to your computer and use it in GitHub Desktop.
<?php
if (!empty($_POST['submit']))
{
// do a lot of stuff
// insert the code from process.php here
// done
// confirm message
meta_refresh(...);
trigger_error(...);
}
// here comes the code for the form
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment