> > > if (isset($_POST['Submit']) =='Register') > I don't understand why you are using "isset" on your post vars. Since isset returns a boolean value, how can you compare that to a string? -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php