0
How to make remember me, login, log out. Please help
5 odpowiedzi
+ 1
you'll need serverside language for that, the one that available here is php.
0
You need a database and another language to store/load login data.
If you want to keep account open, you need to set cookie with that language.
If you don't know where to look, search for Mysql and PHP. There are alternatives of course.
0
does that mean to make a website, we have to be able to use PHP or other languages?
0
apakah kita perlu belajar php atau bahasa yg lain jga agar bisa benar2 membuat suatu webside?
0
static web no you dont.
dynamic one, yes but not only limited to php. you can use nodejs its in javascript, django its in python, or servlet its in java. and of course those are just really small bit of example.