[PHP] making FORM dissapear when successful login

2005-01-04 Thread JHollis
I had this code working the way i wanted it to (as far as correct username and password allowing successful login)...but what i want to happen now is when a user successfully logs it it will make the login form disappear and just say successfully logged in or welcome user and a link below it

[PHP] Re: making FORM dissapear when successful login

2005-01-05 Thread JHollis
should use session control after checking for login. JHollis [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I had this code working the way i wanted it to (as far as correct username and password allowing successful login)...but what i want to happen now is when a user successfully logs

[PHP] Re: making FORM dissapear when successful login

2005-01-05 Thread JHollis
JHollis wrote: I had this code working the way i wanted it to (as far as correct username and password allowing successful login)...but what i want to happen now is when a user successfully logs it it will make the login form disappear and just say successfully logged in or welcome user and a link

[PHP] Re: making FORM dissapear when successful login

2005-01-05 Thread JHollis
nevermind...i figured it out. I will read up on sessions and test some things with what you posted and if i have anymore questions, i will post them. Thanks Jerry. If anyone else has any other suggestions, please feel free to share them with me. JHollis wrote: Where do i need to start my

[PHP] Re: Multiple POP accounts on Webmail Front

2005-01-08 Thread JHollis
James Nunnerley wrote: Hi All, Bit of a side question, but it's still php related. Does anyone know of a Webmail client, preferably open-source, that is able to support single login, to allow users to collect and use multiple POP3 or IMAP accounts? I'm currently using Ilohamail, and have

[PHP] Re: Problem with MySQL

2005-01-08 Thread JHollis
Try running mysqld without the -opt. Check out this site www.apachefriends.org it has a great all in one package that can be installed on Windows and Linux. If you install it on Windows it has the option to setup mysql and apache to run as services. This XAMPP package is a no brainer!!

Re: [PHP] making FORM dissapear when successful login

2005-01-09 Thread JHollis
, January 04, 2005 9:05 PM, JHollis wrote: I had this code working the way i wanted it to (as far as correct username and password allowing successful login) ...but what i want to happen now is when a user successfully logs it it will make the login form disappear and just say successfully logged