Questions tagged as 'login'

1
answer

How to travel with PDO

I'm trying to login and I'm using PDO. This is my code Form <form method="POST" action="ajax.php?mode=login" class="form-signin"> <h1 class="h3 mb-3 font-weight-normal">Iniciar Sesión</h1> <label...
asked by 07.07.2018 / 14:16
2
answers

Id of the users table from the login

Users table: iduser, name, user, password, group In the login you must enter username, password and group <?php include('00_conn.php'); $consulta = "SELECT * FROM $t98 WHERE (98_username= '$usuario' AND 98_clave = '$clave' AND '98_grupo = '...
asked by 19.09.2017 / 22:30
1
answer

LogIn UWP C # + MySQL + PHP

Hello again guys; How can I consume a PHP web service from a universal application in C #? I searched through many codes until I found this Microsoft it works very well, everything is in the MainPage.cs. What I'm trying to do is creat...
asked by 19.04.2017 / 22:27
1
answer

Login on Android

I'm implementing in my Android app a login with both username and password and google and all this with firebase. The fact is that I have two buttons, a button that initiates me taking the data Email and Password of two editText and another butt...
asked by 14.11.2018 / 22:16
1
answer

Automatically login Android Studio

I am creating an application that the user will have to do login on the first time the application is opened on a phone. But I would like the second time the user enters the application, after doing login for the first time, that automatical...
asked by 23.08.2018 / 12:53
1
answer

Notice: Undefined variable: password in C: \ xampp \ htdocs \ iedan \ model \ UserDao.php on line 37

I have this error:    Notice: Undefined variable: password in C: \ xampp \ htdocs \ iedan \ model \ UserDao.php on line 37 here is the code <?php include 'Conexion.php'; include '../entidades/Usuario.php'; class UsuarioDao extend...
asked by 19.06.2018 / 23:51
1
answer

Validation login with PHP / Postgresql PDO

I am working with a login form in html / PDO PHP. As my PDO knowledge is almost zero I have been advancing in what the logic indicates and with stackoverflow. I already made my connection and data capture and validated the information (I repeat...
asked by 04.05.2018 / 17:12
1
answer

Get the value of a php table

I am currently doing a php to make a login and redirect users, if the login matches and appears, then go to check if it is admin or not, for this, the query should return in the select the role, the doubt is, how do I get the role out and then c...
asked by 03.05.2018 / 09:13
1
answer

C # IndexOutOfRangeException?

I'm doing a login in C# and SQL Server , with a table that I just created. In this table, I store the passwords of the users with a hash SHA2_256 . When making the login, I use this code: var.User = txtUser.Text; var.Ps...
asked by 13.04.2018 / 20:04
1
answer

Facebook: The parameter app_id is required

It turns out that I am developing an application using Xamarin for Android consumption and well, the problem is when I want to authenticate my app with Facebook, I followed this tutorial (I used the Xamarin.Auth package) link but I got the f...
asked by 12.06.2018 / 07:02