\n";
echo "You can only press submit once \n";
exit();
} else
{
echo "b \n";
$done = $PHP_SELF;
session_register('done');
}
// do some code
echo "
";
?>
try this, this allows you to load the page, press submit once, and not
again.
--
Chris Lee
Mediawaveonli
i have a form set that my users can fill out thier information. at the end
of the process the results are mailed to an email address. then only
problem is that reloads the page the mail is send again. this can be a
problem...any ideas on how to prevent it??
~kurth
--
PHP General Mailing L
2 matches
Mail list logo