Re: [PHP] login and read ad email

2008-01-05 Thread Børge Holen
On Saturday 05 January 2008 22:06:47 Yui Hiroaki wrote: > HI! > > I try to login and read ad email in server. > Does any one know how to do this? > Below does not run correctly. right, the line: if( !eregi("OK", $line) ) // login faile?if( !eregi("OK", $line) ) //ogin faile? it looks just like t

[PHP] login and read ad email

2008-01-05 Thread Yui Hiroaki
HI! I try to login and read ad email in server. Does any one know how to do this? Below does not run correctly. Regards, Yui p.s I try to see pop3 email. I can not find the example! > > > > > > 2008/1/1, Richard Lynch <[EMAIL PROTECTED]>: > >> > >> PHP's IMAP module will cheerfully use POP if

Re: [PHP] Login and sessions?

2003-01-23 Thread Chris Shiflett
--- Pag <[EMAIL PROTECTED]> wrote: > What do i use to authenticate the user on my site? > Sessions? No, authentication is something you do. PHP's sessions help you keep up with persistent data associated with a user. There are some things in PEAR (http://pear.php.net/) that handle authentication

Re: [PHP] Login and sessions?

2003-01-23 Thread Justin French
Start here http://www.WebmasterBase.com/article/319 Sure, it isn't perfect, and doesn't do everything you want it to do (and it currently relies in register_globals ON), but I found it educating, and formed the basis of my own user/admin/clearance/membership/session management system which I use o

[PHP] Login and sessions?

2003-01-23 Thread Pag
Hi, I am trying to add a "login" functionality to my new manager. A simple username/password functionality, so that the user logs in and everything he does inside the site will have his name. I mean, if he wants to create a new entry on the database, the field "name" wont have to be filled,

[PHP] Login and select Query in Mysql

2001-12-26 Thread Jack
Dear all I want to provide a login page to the user when they want to visit my website, i got no idea what should i used. First i have a login.php page which got two input box, one for username and one for password. Then i have a login table with mysql database which contain the valid user and pas

Re: [PHP] login, and

2001-12-12 Thread Valentin V. Petruchek
Try cookies. They help me greatly ;) What - Original Message - From: "Ward, Mark" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, December 12, 2001 4:15 PM Subject: [PHP] login, and > I've got a question about how I should implement my logins

[PHP] login, and

2001-12-12 Thread Ward, Mark
I've got a question about how I should implement my logins with PHP.. I'm working on a project that requires the user to login with their password. That's not a problem. My question is... how do I keep track of the user once they go through the hierarchy of my site? Is it as simple as passing a h