the3rdhero
New member
So far, i have the following
(this file is submit.php)
<form action="insert.php" method="post">
<p>Handle: <input type="text" name="handle" /></p>
<p>Real Name: <input type="text" name="name" /></p>
<p>Regular Channel: <input type="text" name="channel" /></p>
<p>*</p>
<p><input type="submit" /></p>
</form>
Instead of switching pages from submit.php to insert.php - how can i have it so that the form disappears and is replaced with 1 record added - but it's still in submit.php -- dunno if i explained it right but....thanks!
(this file is submit.php)
<form action="insert.php" method="post">
<p>Handle: <input type="text" name="handle" /></p>
<p>Real Name: <input type="text" name="name" /></p>
<p>Regular Channel: <input type="text" name="channel" /></p>
<p>*</p>
<p><input type="submit" /></p>
</form>
Instead of switching pages from submit.php to insert.php - how can i have it so that the form disappears and is replaced with 1 record added - but it's still in submit.php -- dunno if i explained it right but....thanks!