set, then redirect to
login.
>
> Thank you,
> Micah Gersten
> onShore Networks
> Internal Developer
> http://www.onshore.com
>
>
>
> R.C. wrote:
> > I'm still trying to get this scenario worked out and don't seem to be
able
> > to get it done.
> &g
I'm still trying to get this scenario worked out and don't seem to be able
to get it done.
Here's what I'm trying to do:
User logs into a login page and inputs email address and password. User
accessess password protected page, which contains a few links. User clicks
on one of the links, opens p
Hi group,
I'm still having trouble with sessions on a page and need help. I've been
working with all sorts of configurations on this one but it doesn't seem to
be working properly.
Here's the scenario: I have a login.html page that thas two fields for user
input i.e. a password (that is given t
r '. $_POST ['email'].' has logged in.';
mail(' [EMAIL PROTECTED]', $email . ' logged in', $message, $headers);
} else {
echo include("loginfail.html");
exit(); }
?>
Hope this made sense. Thanks for your assistance.
R.C.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
L PROTECTED]', $email . ' logged in', $message, $headers);
} else {
echo include("loginfail.html");
exit(); }
?>
Hope this made sense. Thanks for your assistance.
R.C.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Thank you Daniel, I think that did the trick. Am checking this out now...
Best
R.C.
""Daniel Brown"" <[EMAIL PROTECTED]> wrote in message > > session_start();
> >
> > $_SESSION ['userpass'] = $_POST ['pass'];
> > $_SE
l the variatons on the
"video" word. I'm looking for the code to make this whole word
case-insensitive, no matter which letter is cap or not can you add to
this code below please?
Thanks much
R.C.
session_start();
$_SESSION ['userpass'] = $_POST ['pass'];
$_SE
in either Video or VIDEO or video.
Now in the below code auth snippet WHERE do I input some code to make this
one word case-insensitive UPON INPUT.
thanks
R.C.
wrote in message
news:[EMAIL PROTECTED]
> At 8:59 AM -0700 6/19/08, R.C. wrote:
> >Tedd,
> >
> >thank you for
d, it will still validate?
Thank you for your patience. I'm learning
Best
R.C.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ld be left alone.
BTW: I used Chris' and Nathan's code and it's working fine.
Best
R.C.
"tedd" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Why?
>
> If a user has selected a password, then leave it alone and don't
> change it -- it&
Nathan,
Thank you ... very thorough.
Best
R.C.
""Nathan Nobbe"" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> i hate posting the same answer to a given question thats already been
> posted, but i had this all typed in when chris submitted h
Chris,
Thank you. That worked good. Appreciate the assistance.
Best
R.C.
"Chris" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> R.C. wrote:
> > Thank you for your reply. The password is not stored, actually, like in
a
> > databse. We're only
this case.
Is this what you are recommending below?
Best
R.C.
"Chris" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> R.C. wrote:
> > I have coded a php page that accepts a password. What is the code to
make
> > sure the password entered is NOT cas
I have coded a php page that accepts a password. What is the code to make
sure the password entered is NOT case-sensitive?
Thanks much
R.C.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
the protected page* which works
actually fine for the protection*/
";
echo "Please log in at HERE to enter your
Username and Password";
exit();
}
Can this be done on one form i.e. login.php? I have 4 textfields set up:
username, password, email, name (for the person sending the e
15 matches
Mail list logo