Hi, can anyone teach me how to make a simple log in for my site?
there would be 2 input boxes for password and username
if button 'log in' is clicked:
and..
if username = admin and password = 123456 then abc.html will appear
but if username = guess and password = asdfgh , def.html will appear instead...
thanks in advance =)
it's just a prototype system,..security is not so important, =) i only need the links and that condition. ty
can i use javascript instead of php? what's the code? =)
there would be 2 input boxes for password and username
if button 'log in' is clicked:
and..
if username = admin and password = 123456 then abc.html will appear
but if username = guess and password = asdfgh , def.html will appear instead...
thanks in advance =)
it's just a prototype system,..security is not so important, =) i only need the links and that condition. ty
can i use javascript instead of php? what's the code? =)