Questions tagged as 'login'

1
answer

Facebook SDK login Popup

I have a login plugin for facebook, I got this link tutorial. so far so good, but I would like to put it to redirect to the same page where the login is requested, I've seen many sites do this with authentication popups. How can I add this pop...
asked by 27.08.2015 / 16:42
2
answers

PHP logout with cookies and sessions

I have a problem logging into my site, because when I use only sessions it logs out normally, but when I use sessions and cookies to remind the user, I need to go out twice, sometimes even more, type I am in the user page and click on exit, it r...
asked by 24.07.2015 / 16:05
1
answer

How to use a user's information in the mysql database in a label? iOS

I'm developing an app for iOS that connects to the mysql database and logs in the user using the email and password information, this part is working well. Now I want to get other information from this user and display them on a label. How would...
asked by 18.06.2015 / 08:19
1
answer

php login with login [closed]

I need to make a calendar with login where I make my registration in the system and I login . After login, register my calendar lines in the lugar , pais and descrição fields. I can save as many lines as I want in "m...
asked by 07.04.2015 / 20:59
2
answers

Connecting php with mysql

I made a login and registration system however I have a problem, every time I finish filling out the form and click send it gives me an error like this    "Warning: mysqli_connect (): (HY000 / 2005): Unknown MySQL server host   '?' (0) in /ho...
asked by 05.07.2018 / 16:19
2
answers

ERROR: My code hangs without any errors

I'm starting to learn python and wanted to create a sort of login, only the code ends without having chosen to finish. from time import sleep print('=='*20) print('=='*8,'LOGIN','=='*8) print('=='*19) print() print('DIGITE 1 PARA SAIR DO S...
asked by 24.11.2018 / 09:50
1
answer

Program only works once

Speak people, I'm debugging python and I'm putting together a simple program that will gradually split the modules, add treatments etc ... The problem is this: in the code below, the program only works once. I create the user and in the end it s...
asked by 29.08.2018 / 12:56
1
answer

Login with validation does not work

There is a login that I use for all the systems I develop and it works on all of them, except in that case. Login.php <!-- Formulário --> <form method="post" action="validacao.php"> <div class="form-group col-lg-4" sty...
asked by 23.05.2018 / 19:45
2
answers

Example login with javascript

How do I get this login to accept 3 users? And being a valid user, does it direct to the index? function Login() { var done = 0; var usuario = document.getElementsByName('username')[0].value; usuario = usuario.toLowerCase();...
asked by 05.09.2017 / 20:01
1
answer

c # how to store data from a text box from the first run

I'm doing a program that does bakcup in mySQL database. I have a screen where or soon with server, user, password and port used in the database. But I do not want to be typing every time I run the program, so I need the program to store some d...
asked by 02.10.2018 / 17:00