Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

189
Vistas
How to make a working login functions for my website?

I am just entered this game since last December. Now I finished HTML CSS and a little bit of Java Script yet I got stuck at this stage: I can do basic styling but I don't know how to make it interactive.

So my question is :

how can I make a login function for websites, which can gives visitor an account (sign up, login, forgot password) that can do basic things like comment , add to basket and favorite a product?

Don't need to be specific, please just highlight which language is involved in which stage.

Thanks ahead.

about 4 years ago · Juan Pablo Isaza
2 Respuestas
Responde la pregunta

0

Now I finished HTML CSS and a little bit of Java Script

So your site is what is called a static website.


If you want to allow login and data storing, you need a dynamic website, that requires one of this technologies:

  • PHP
  • ASP (check also ASP.NET)
  • Node.js (with express or http module)
  • Django (Python's library)
  • A few others...

All this technologies are called server-side languages/technologies, and the most used for long years has been PHP, that now has some strong rivals in terms of usage.

about 4 years ago · Juan Pablo Isaza Denunciar

0

You can use only html/js to create a website. But, if you need authentication, post comments, a server side is needed. A js can call easely an API to authenticate (server side) and post comments with XHR. You have to create it. You need to know how Authentication headers works for server side. You need to have a database (sql, file or nosql, it's your choice) to save the users datas and rights.

about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda