View Single Post
Old 02-27-2008, 12:25 PM   #11 (permalink)
freenity
The Acquainted
 
freenity's Avatar
 
Join Date: Feb 2008
Posts: 119
Thanks: 17
freenity is on a distinguished road
Default

or just add:

PHP Code:
if (!isset($_POST['submit']))
{
//show form
}
else
{
//insert

and you will need to name your submit button as submit:

<input type="submit" name="submit">
__________________
http://feudal-times.net - My PBB Game
http://gwphp.feudal-times.net - My Blog "Gaming With PHP"
freenity is offline  
Reply With Quote
The Following User Says Thank You to freenity For This Useful Post:
StevenF (02-27-2008)