954,180 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Admin Login

I want to create this website and need to know (Language) how I can get started. I am a newbie in coding. The below are the foloowing I need to get started on:
Admin login ( I want an administrator to be able to login on any pc and edit users)
Users registation.( I want users to be able to register and use a psw each time they access the site)


You help will be appreciated. Thanks in advance.

abou202
Newbie Poster
1 post since Oct 2005
Reputation Points: 10
Solved Threads: 0
 

Check out the structure they offer over at cfmsource:
http://www.cfmsource.com/pages/cfwebsite.cfm

e3computer
Newbie Poster
9 posts since Nov 2005
Reputation Points: 11
Solved Threads: 0
 

can you help me to build my web site

chikala1
Newbie Poster
1 post since Dec 2005
Reputation Points: 10
Solved Threads: 0
 

This is just for User Registration

do the pws match?

SELECT *
FROM db_name
WHERE user_name = '#FORM.userid#'
is the user name already taken?

INSERT INTO table_name(user_name, user_first, user_last, join_date, password, email)
VALUES('#FORM.userid#', '#FORM.fname#', '#FORM.lname#', '#FORM.date#', '#FORM.password#', '#FORM.email#')

this is the form you would use for your user registration

Registration Form
User ID

First Name


Last Name


Password

Confirm Password

Email Address

Click to Register


Take care,


Walyer

Walyer's Playpen

Walyer
Light Poster
28 posts since Apr 2005
Reputation Points: 10
Solved Threads: 1
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You