Re: PhP and Java login trouble

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux