Page 1 of 2

Login

Posted: Sat Mar 18, 2006 7:32 pm
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

Posted: Sat Mar 18, 2006 7:54 pm
by rafke
You should use PHP :)

Posted: Thu Mar 23, 2006 8:02 am
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/

Posted: Thu Mar 23, 2006 9:07 am
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

Posted: Thu Mar 23, 2006 3:26 pm
by ivanlexbert
it's called a html form

there are alot of html tutorial you'll find through a yahoo search engine :)

Posted: Mon Mar 27, 2006 11:43 pm
by AndersW
Is it worth learning php? Just learned html for god's sake!

Posted: Wed Mar 29, 2006 2:52 pm
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

Posted: Fri Mar 31, 2006 12:33 pm
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

Yea I Am Stuck Too

Posted: Tue Apr 18, 2006 4:46 am
by BigBlueGuy
Yea i cant log in eather :( But how do you use php?

Posted: Mon May 15, 2006 11:42 am
by Hubert250
google is your friend :) search for it there