Execute form on refresh
Posted: Wed May 07, 2008 12:58 pm
Hello all,
I need to execute form
on refresh
Anybody help, please.
I need to execute form
Code: Select all
<form action=" ">
<input type="hidden" name="upern" value="<?php echo $name; ?>">
<input type="hidden" name="uperc" value="<?php echo $sname; ?>">
</form>
Code: Select all
echo "<meta http-equiv=\"refresh\" content=\"0;URL=trinti.php\">";