Firstly always CC the list - others can provide help and suggestions too.

Brad Sumrall wrote:
Any chance you can tell me what I am doing wrong?

Brad


<?php
        if(!isset($_SESSION["userid"]))
        {
?>
<form action="/phpbb/login.php" method="post" target="_top" onsubmit="return BBValidateLogin();">

You don't have a javascript function called 'BBValidateLogin'.


You have one called validateLogin which references completely different form fields.

--
Postgresql & php tutorials
http://www.designmagick.com/

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to