simple XHTML user validation

Status
Not open for further replies.

ck84

Baseband Member
Messages
80
I need help on design a page for user to login that contain
a. Form for user to login (username = ¡°uname¡± & password = "pass¡±)
i. Validate using XHTML coding, no need to verify via any database connection
b. Button to submit the info (validate uname & pass) & link it to the next page if user key in right username and password.

Thankz...
 
Sorry, but XHTML cannot be used for validation, it is technically not a programming language. XHTML is only a way to display information. You will need to use a programming language such as javascript, PHP, or ASP.
 
XHTML is just like a strict form of HTML example: you must end every tag even if it does not have an ending tag <input type="text" nam="name" /> to do what you want you will need to learn php, java or asp like ken has stated php seems to be the easiest to learn however you will need to have a server that supports this serverside language.
 
Status
Not open for further replies.
Back
Top Bottom