This is a discussion on "Creating a members area" within the Starting Out section. This forum, and the thread "Creating a members area are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Creating a members area
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
hi,
I am quite new to website design but have been doing a few tutorials on using dreamweaver etc. I am hoping to design a site wichi contains a members area and where every member has a profile. I was just wondering where to start and whether there is an easy way of doing this? Thanks for your help |
|
|
|
||||
|
Re: Creating a members area
What kind of site are you creating?
If it's a blog type site, I would suggest one of the following. If not ... if you just want an administration type thing, then you'll need a database (MySQL) and PHP or ASP (or .NET) |
|
||||
|
Re: Creating a members area
For a member registration/login system have a look here http://www.devarticles.com/c/a/PHP/C...ship-System/1/
You could also look into securing the database by using mysql_real_escape_string |
|
|||
|
Re: Creating a members area
or if you would like them to be ASP, visit my sticky thread for a complete step by step guide for you to build a login page.
For the member profile, that would be next, I mean after you know how to build a login page and successfully login into the system, then you could assign each user a profile (that allow them to see certain thing in the page, like admin can add or delete, but staff could not, something like that...)
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
Last edited by Monie; Oct 30th, 2007 at 06:57. |
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Advice on creating a members only page | Oak | PHP Forum | 3 | Feb 13th, 2008 22:13 |
| [SOLVED] Creating users/members? | vistar | PHP Forum | 7 | Oct 25th, 2007 00:04 |
| Creating a client area | scottishmartin | PHP Forum | 17 | Jan 2nd, 2007 21:43 |
| Creating a User's Area.... | courtjester | Classic ASP | 7 | Feb 5th, 2004 17:04 |