Login

Any problem with HTML can be discussed here.
Tails5
Posts: 1302
Joined: Wed Mar 15, 2006 8:09 am
Contact:

Login

Post by Tails5 »

Hi! I just got my first website and could someone tell me how to make a basic registration and login system? I already know basic HTML but the login is kinda beyond my range of knowledge, thanks in advance


rafke
Posts: 35
Joined: Fri Mar 03, 2006 8:16 pm

Post by rafke »

You should use PHP :)
EnacheVladian
Posts: 87
Joined: Wed Mar 22, 2006 4:54 pm

Post by EnacheVladian »

you need a combination of php/mySQL to write user info in to database. there are plenty of free logins around, try http://www.phpclasses.org/
kaos_frack
Posts: 504
Joined: Sat May 07, 2005 8:03 am
Contact:

Post by kaos_frack »

rafke wrote:You should use PHP :)
not only
with php it would be
header("Location: http://some-url.com");
but you should write it on the first line
i mean before any tags or whatever
ivanlexbert
Posts: 146
Joined: Wed Mar 22, 2006 2:31 pm

Post by ivanlexbert »

it's called a html form

there are alot of html tutorial you'll find through a yahoo search engine :)
Image
AndersW
Posts: 20
Joined: Mon Mar 27, 2006 11:15 pm

Post by AndersW »

Is it worth learning php? Just learned html for god's sake!
WOW! Anders!
jasondsouza
Posts: 348
Joined: Thu Jan 12, 2006 8:24 pm
Contact:

Post by jasondsouza »

You should know php for making a registration system.
You can also make the form registraion system through javascript.
best of luck

ANDERS WROTE
Is it worth learning php? Just learned html for god's sake!
Php is the god of internet and web site communication. At least that's whaT I BELIEVE
--jasondsouza
ME working on a very new site. (Coming soon)
Come to my web Site
kaos_frack
Posts: 504
Joined: Sat May 07, 2005 8:03 am
Contact:

Post by kaos_frack »

btw you also need knowledge in databases
cos this is where you keep all login information
(usernames and passwords)
but there are many ready scripts for this purpose
most of them are free
BigBlueGuy
Posts: 97
Joined: Tue Apr 18, 2006 4:18 am

Yea I Am Stuck Too

Post by BigBlueGuy »

Yea i cant log in eather :( But how do you use php?
Best Regards
BigBlueGuy
Hubert250
Posts: 36
Joined: Mon May 15, 2006 11:36 am

Post by Hubert250 »

google is your friend :) search for it there
Locked