When will i create a login thingy for my site making sure that people can grow to be a member.
Sorry again to get posting this in this article but I do not know where I must be asking this in any way.
Thanks xxx
this should go in one of several programming forums..
You’ll have to learn a server-side language. ASP, PHP, JSP, CGI, ColdFusion, and many others.
The simplest and auguably, the best way is to work with a database to retail store usernames and passwords. 2 user fills released the login type, the supplied username and password are matched using a username and password from your database.
A cookie or perhaps session variable is then stored as well as user officially logged with..
At each ‘members only’ article, Check to find out if the cookie or even session variable occur. If it may, allow the user to watch the page. Otherwise, redirect the user with a ‘Please login’ internet page..
Ok gives thanks! Sorry again for when using the wrong board
It’s not really in the incorrect forum, It is to get an idea of how to start things.
I recommend using PHP and mySQL with this, spend time to educate yourself the basics, never attempt to jump in for the deep end.
That’s because WE moved it here It absolutely was originally in " How’s This Site".