You can use .htaccess for this, which may be the easiest route if you're
not comfortable swimming in something like PHP, Perl, etc. You can point
.htaccess to a mysql database. However, the downside is there may be
some server configuration (you need the right apache modules) and odds
are a host either supports this or they don't.
You can even use basic authentication and edit the text files (.htaccess
and its password file) by hand and upload them.
The other route, you need server side scripting like PHP and a database
or flat text files. You need to maintain state somehow (cookies or using
sessions). This route usually involves now server configuration and
offers a lot of flexbility, but there is a lot of programming.
--
JoePete
Terry wrote:
> Hi,
>
> I am trying to create a website with an area that is for paid
> subscribers who pay an annual subscription fee. I'd prefer that each
> subscriber is assigned a user id and password. I would greatly
> appreciate some pointers on what is needed to get things started and how
> to build a site like with minimum programming involved. Also I prefer
> to stay away from ASP. I'd also like to know which web hosts provide
> such function as part of their package.
>
> Thanks in advance!
>
> Terry >> Stay informed about: How to Create Website with "Member Login"?