Created
July 6, 2009 18:45
-
-
Save igorw/141605 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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