Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
v.kirk #1
Register/Login/Logout Tutorials?
Does anyone know of any good, easy to understand tutorials on how to make
register/login/logout pages in dreamweaver?
i want to make it so someone can register to become a member to my site, then
log in, have there username displayed on my site when there logged in, restrict
certain pages for members only, and make it so they can log out.
v.kirk Guest
-
CGI.Query_String Login/Logout Problem
Here is my form for logging in; <form name="login_form" method="post" action="#CGI.SCRIPT_NAME#?#CGI.QUERY_STRING#"> I use the CGI.SCRIPT_NAME and... -
Members register & login
Hello everyone, I am trying to create a members area but dont know how to create a register and login page so each member can login with there own... -
Windows 2000 Server forcing logout immediately after login
It would appear that the program used to disinfect the server was called "Hijackthis". The offending line that was removed was a registry entry... -
Login/Logout Problem
Hi, I have a small problem...Please go through it and share your views on it. I am using an xml file to authenticate my users. Also for each... -
LOGIN AND REGISTER
You can easily accomplish the same with any of the supported server models - CF is not any better than ASP, JSP, PHP, .NET... Find out which... -
jhutchdublin #2
Re: Register/Login/Logout Tutorials?
You need to understand dynamic development. You're going to have to use a
database and some kind of server side language such as ColdFusion, PHP, ASP,
ASPNET, JSP, etc.
Depending on what you want the first thing is to choose a technology and then
learn that language. The advantages and disadvantage of each are spelled out in
google searches
You'll also need to learn Structured Query Language(SQL) in order to do what
you want.
I use ColdFusion, if you decided to go down this route. The adobe.com site has
a great deal of tutorials for ColdFusion and Ben Forta has a great book called
Web Application Development Kit which covers most of this.
jhutchdublin Guest



Reply With Quote

