I want to execute the SUBMIT action of a form after the SQL insert program is successfully inserted. How should I write it, fellow experts! Thank you!
if($result){
这里面应该如何写呢!
}
<form action='/1.php' name='form2' method='post'>
<input type='text' name='name' value=''>
<input type="submit" name="submit" value="UPLOAD">
</form>
echo "<form style='display:none;' method='post' action='/1.php'>