Ok, any1 know how do i echo something Like
if( isset($_POST['lol']) )
there is a Function now, it is gonna insert something in the mssql db.. But when that is done i want that the Form gets closed and then there is a echo like 'You item had been submitted succesfull!' Or something like that.. But that they can only see the Form once for security reasons
Here a Form Code i use :P not exacly the same but you wil understand my idea.. i hope..
<form method="post" action="index.php">
<tr>
<td>
<input type="submit" name="lol" value="get" />
</td>
</tr>
</form>
I am a 13 yo dutch boy sorry if you dont understand it my english is'nt that good:P
Tyvm if you can help me :D

