RE: [PHP] PhP and Java login trouble (can someone help a brother out whom is truely trying to understand?)

2007-05-10 Thread Brad Sumrall
I have these to independently working scripts. 1 is php, the other is javascript. For obvious reason, to separate logins are not appropriate. It has been recommended to make a separate function, not sure how to do this Common sense says, "carry the variable from php to javascripting". I am clue

RE: [PHP] PhP and Java login trouble

2007-05-09 Thread Brad Sumrall
: php-general@lists.php.net Subject: Re: [PHP] PhP and Java login trouble Brad Sumrall wrote: > I have been hunting all around that website you referred me too looking for > javascripting information and can find nothing. I know a little bit of php > but little to nothing about javasc

Re: [PHP] PhP and Java login trouble

2007-05-09 Thread itoctopus
I agree with Chris, if you can do it this way, then it's much better. Working with FCKEditor's code was not one of the easiest things I did in my life. -- itoctopus - http://www.itoctopus.com "Chris" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Brad Sumrall wrote: >> I am tryi

Re: [PHP] PhP and Java login trouble

2007-05-08 Thread Chris
Brad Sumrall wrote: I have been hunting all around that website you referred me too looking for javascripting information and can find nothing. I know a little bit of php but little to nothing about javascripting. Eh? I never sent you to a website. See this code: function validatelogi

RE: [PHP] PhP and Java login trouble

2007-05-08 Thread Brad Sumrall
-Original Message- From: Chris [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 08, 2007 10:58 PM To: Brad Sumrall Cc: 'php-general@lists.php.net' Subject: Re: [PHP] PhP and Java login trouble Firstly always CC the list - others can provide help and suggestions too. Brad Sumrall wrote: &g

Re: [PHP] PhP and Java login trouble

2007-05-08 Thread Lester Caine
Brad Sumrall wrote: I have been hunting all around that website you referred me too looking for javascripting information and can find nothing. I know a little bit of php but little to nothing about javascripting. I have been beating my head against the wall on this one for weeks now, I am so cl

Re: [PHP] PhP and Java login trouble

2007-05-08 Thread Chris
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 onsubmit="return BBValidateLogin();"> You don't have a javascript function called 'BBValidateLogin'. You have one called validateLogin whic

Re: [PHP] PhP and Java login trouble

2007-05-08 Thread Chris
Brad Sumrall wrote: I am trying to create a commonlogin.php which would perform a duel login for phpbb and a java based FCKEditor combined I have working code for each as an individual but not a clue how to combine them. Does anyone have any suggestion on where I can go for information abou