Re: [PHP] Again, and Again, and AGAIN!

2002-03-20 Thread Dr. Shim
That's fine. I already got it going (somebody helped me). Thanks for that tip anyhow. "Mike Gohlke" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Are you hitting enter while in one of the fields or clicking the submit button. I've seen versions of IE that woul

Re: [PHP] Again, and Again, and AGAIN!

2002-03-20 Thread Mike Gohlke
Are you hitting enter while in one of the fields or clicking the submit button. I've seen versions of IE that would not set the submit button if enter was used. Personally, I would check for isset($username) && isset($password). Mike... (Sorry for the very late reply, etc. I've been dealin

Re: [PHP] Again, and Again, and AGAIN!

2002-03-16 Thread Jason Wong
On Sunday 17 March 2002 13:14, Jason Wong wrote: > You're using 4.1.1, $HTTP_POST_VARS{} has been replaced by $_POST[] (see > changelog/history/php.ini for details). Sorry a typo: $HTTP_POST_VARS[] has been replaced by $_POST[] -- Jason Wong -> Gremlins Associates -> www.gremlins.com.hk /

Re: [PHP] Again, and Again, and AGAIN!

2002-03-16 Thread Jason Wong
On Sunday 17 March 2002 12:12, Dr. Shim wrote: > I'm using PHP 4.1.1 (for Windows). Here is *all* of my code. > > > > Administrative Log-In Page > > > > > Please enter your username and password below in the fields below. > > Username: > You're using 4.1.1, $HTTP_POST_VARS{} has been

Re: [PHP] Again, and Again, and AGAIN!

2002-03-16 Thread pong-TC
[EMAIL PROTECTED] writes: >I'm using PHP 4.1.1 (for Windows). Here is *all* of my code. > > > >Administrative Log-In Page > > > > >Please enter your username and password below in the fields below. > > Username: > > > Password: > > > > > > Hello Jason If I were you, I would not u

Re: [PHP] Again, and Again, and AGAIN!

2002-03-16 Thread Dr. Shim
I'm using PHP 4.1.1 (for Windows). Here is *all* of my code. Administrative Log-In Page Please enter your username and password below in the fields below. Username: Password: mailto:[EMAIL PROTECTED]\";>e-mail the text below to me.~~~$PHP_ERROR$db~~~";

Re: [PHP] Again, and Again, and AGAIN!

2002-03-16 Thread Jason Wong
On Sunday 17 March 2002 12:04, Dr. Shim wrote: > Sorry about the subject heading. > > I've put in > > > > But still when I click on the "Log In" button, thing happens. Please post the rest of your code and also which version of PHP you're using. -- Jason Wong -> Gremlins Associates -> www.gre

Re: [PHP] Again, and Again, and AGAIN!

2002-03-16 Thread Dr. Shim
Oh, by the way, the "if...then" claus runs successfully, but the function never is called. Am I wrong? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Again, and Again, and AGAIN!

2002-03-16 Thread Dr. Shim
Sorry about the subject heading. I've put in But still when I click on the "Log In" button, thing happens. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Again, and Again, and AGAIN!

2002-03-16 Thread Jason Wong
On Sunday 17 March 2002 11:46, Dr. Shim wrote: > I've changed > > > > To > > > > > And I get a parse error. Could you possibly help me correct this? (I'm a > newbie, so have pity on me. =) Use: Also, please use a descriptive subject heading next time! -- Jason Wong -> Gremlins Associa

Re: [PHP] Again, and Again, and AGAIN!

2002-03-16 Thread Dr. Shim
I've changed To And I get a parse error. Could you possibly help me correct this? (I'm a newbie, so have pity on me. =) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Again, and Again, and AGAIN!

2002-03-16 Thread Mike Gohlke
Dr. Shim wrote: >I've tried repediately to have a PHP script validate a form when the form is >submitted. I'm quite new to PHP, and I'd really appreciate the help anybody >could give me. I've been stuck on this problem far to long. > >I have a form (here's the code): > > > Username: > > The sh

[PHP] Again, and Again, and AGAIN!

2002-03-16 Thread Dr. Shim
I've tried repediately to have a PHP script validate a form when the form is submitted. I'm quite new to PHP, and I'd really appreciate the help anybody could give me. I've been stuck on this problem far to long. I have a form (here's the code): Username: Password: An