Can anybody tell me how to make switching login and registration form with HTML5 and CSS3?![]()
Welcome to SEOChat, a community dedicated to helping beginners and professionals alike in improving their Search Engine Optimization knowledge. Sign up today to gain access to the combined insight of tens of thousands of members.
Can anybody tell me how to make switching login and registration form with HTML5 and CSS3?![]()
Yes - learn HTML 5, CSS 3 and some other server side programming language.
Don't want to do that? Try Google
Don't want to do that? Have an attempt, then ask for help in the problems you run in to.
This is also more of a web development question rather than an SEO question, your post might get better answers on forums.devshed.com
A hint
Use a post variable as a switch condition
if (post == 1)
{
Do the stuff I need to do if the form was posted
}
else
{
Do the stuff I need to do to log the user in
}
The above is a very basic out line of the switching logic you will need to use.
You also need to pay a lot of attention to error handling, user verification and spam and attack protection. Also, read about SQL injection attacks and web form protection by HTML character encoding.
hi,
i created my own website and i created the form too but i am facing problem when the form gets submitted an error occurs server cannot found i created my site in dreamweaver using html but how can i install server in dreamweaver can anyone help me regarding this ?
Become Part of This Conversation
Join NowFor Free!
Comments on this post