20,289
Uploader Comments (optikalefxx)
see all
All Comments (29)
-
Great videos
-
could you give us a download link to files so we don't have to make them?
-
@officalmask7 Maybe if you use the post method
put this in the same page of the form on the bottom(php)
if($_POST){
login script goes here
}
it checks when you click on the button
-
very good this is video fantastic thaks
-
@optikalefxx xzfzsdasd asdsadsadasda
Loading...
awesome video but i have one question , can you connect to mysql database without using that login.php ? if it is possible could you make a video showing how
thanks
officalmask7 6 months ago
@officalmask7 you mean using the same php file?
optikalefxx 6 months ago
I created password field in database, and typing password in text box it stores in the database but its shows the password which not in the encrypted format, wat i can do
when creating password field in the database itself ,wat attribute to be given
sivaramakrish2007 1 year ago
@sivaramakrish2007 nothing on the database side. In php when you write your SQL make sure you don't store the $_POST['password']. You need to md5($_POST['password']) and store that in the database.
That was the main goal of this tutorial, I suggest watching another time to make sure you understand how this login process works.
optikalefxx 1 year ago
why select username where username='' makes no sense?
ordiantakeover 1 year ago
@ordiantakeover Where does it say that, it says select username where username='$user' ?
optikalefxx 1 year ago