Click to See Complete Forum and Search --> : [question]how do i make user/pass for members


f0rg0tt3n
03-06-2006, 05:22 AM
hi im new to this html stuff, how do i make a user and pass login for members?

zingmatter
03-06-2006, 02:21 PM
You'll need a server-side scripting language. Look into PHP or ASP to see how it can be done.

felgall
03-06-2006, 02:21 PM
You need server side scripting for that. It can't be done with HTML.

pcthug
03-07-2006, 12:56 AM
You may also create a password protected directory, though a server-side/database combination will offer more options

f0rg0tt3n
03-08-2006, 03:00 PM
thanks