This is a discussion on members login within the PHP Language forums, part of the PHP Programming Forums category; Hello Folks, I am designing a site and I have been asked to create a members area. The customer would ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hello Folks,
I am designing a site and I have been asked to create a members area. The customer would login with Username and Password then would be presented with pdf files, that are specific to their company, available for download. I haven't done anything like this before, i just have a little experience with HTML, Flash, css and a little bit of programming so if you could put everything in laymans terms it would be much appreciated. Many thanks Darren |
|
|||
|
"Darren Ludlam" <darrenludlam@darrenludlam.plus.com> wrote in message news:<4183ae03$0$4000$ed2619ec@ptn-nntp-reader01.plus.net>...
> Hello Folks, > > I am designing a site and I have been asked to create a members area. The > customer would login with Username and Password then would be presented with > pdf files, that are specific to their company, available for download. > > I haven't done anything like this before, i just have a little experience > with HTML, Flash, css and a little bit of programming so if you could put > everything in laymans terms it would be much appreciated. Google is your friend <http://www.google.com/search?q=php+login> Look at the first result. -- | Just another PHP saint | Email: rrjanbiah-at-Y!com |
|
|||
|
Hello,
On 10/30/2004 01:06 PM, Darren Ludlam wrote: > I am designing a site and I have been asked to create a members area. The > customer would login with Username and Password then would be presented with > pdf files, that are specific to their company, available for download. > > I haven't done anything like this before, i just have a little experience > with HTML, Flash, css and a little bit of programming so if you could put > everything in laymans terms it would be much appreciated. Here you find one solution that not only includes member access restriction, but also member registration and password loss recovery: http://www.phpclasses.org/access_user -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/ Metastorage - Data object relational mapping layer generator http://www.meta-language.net/metastorage.html |