Logout user PHP and MySQL 3

  Рет қаралды 60,779

Awa Melvine

Awa Melvine

Күн бұрын

Пікірлер: 61
@tashaufananno6500
@tashaufananno6500 8 жыл бұрын
Easy to understand , no complex coding , simple . It helps. Nice work !!! :D
@jerru22
@jerru22 7 жыл бұрын
Thank you, I've been looking on any sites and got frustrated bcos none of them tutorials work until i found your channel and it helped me alot from registering to logout ^^ .
@AwaMelvine
@AwaMelvine 7 жыл бұрын
I'm glad it helped. Thank you too for watching. :D
@bigboss5433
@bigboss5433 5 жыл бұрын
if we don't give any value to all the fields also it is moving to the login in/logout page then how to disable it>>>>>>>>>>>>>>>?????
@jaabrty
@jaabrty 8 жыл бұрын
It was one of most professional way to do the registration form. thanks a lot. Finally, I successfully debugged my my code and fixed all syntax errors. In fact I added some extra spaces that wern't needed. it works perfectly. for those who need help you can ask for the code.
@AwaMelvine
@AwaMelvine 8 жыл бұрын
Thanks a lot!
@ashleymaereyes5941
@ashleymaereyes5941 5 жыл бұрын
me too i need the complete source code that working properly so that i can analyze and also study how can work properly👌👌👌👌
@mharmicu5266
@mharmicu5266 5 жыл бұрын
Thank you so much sir! Watched all three videos and works fine. new sub here, hope for more tutorials!!
@AwaMelvine
@AwaMelvine 5 жыл бұрын
Thank you Mhar Micu!
@abubakarmughal4579
@abubakarmughal4579 8 жыл бұрын
ap ne jo session massage mae lihka hai ..."you are now li ogged in" ye massge kahan display ho rha hai is ki samjh nai ai
@slr_tv
@slr_tv 8 жыл бұрын
superb! watched all the three videos. Fantastic work! :)
@AwaMelvine
@AwaMelvine 8 жыл бұрын
Thank you for watching :D
@TheHolyReality
@TheHolyReality 7 жыл бұрын
What is the point of unset() after you already destroyed the session?
@vipinchauhan24
@vipinchauhan24 7 жыл бұрын
Thanks for this video, very simple and very helpful.
@johnpaulasencio7469
@johnpaulasencio7469 6 жыл бұрын
Notice: Undefined index: username in C:\xampp\htdocs\authentication\Online Catering Reservation System.php on line 29 how to fix it
@justin-kv3xc
@justin-kv3xc 7 жыл бұрын
Access forbidden for Logout.php. I've copied the exact code from what you've wrote on the video. Any solutions?
@chowdhurymobarrathaider9052
@chowdhurymobarrathaider9052 5 жыл бұрын
github.com/adnanchowdhury007/Complete-Registration-system-in-php it will work
@LiezelGraceReynaldo
@LiezelGraceReynaldo 7 жыл бұрын
hi. i have a popup signin and login form. the session message doesn't show up. can someone help me?
@agostinoi4485
@agostinoi4485 5 жыл бұрын
Thanks a lot for the video, it is very helpful. I have a problem with the login: registration form works well, but when I try to login, I receive always the error message. I copied and pasted the code that you upload on youtube. It seems like if the sql query doesn't work, any suggestion?
@Uaevo0
@Uaevo0 8 жыл бұрын
After following your tutorial, i'm finding that no matter what password/user combination I put in, it will redirect me to the home.php page. I tried remaking the site with the code you put on github but no dice. Any tips?
@raghavendrav3386
@raghavendrav3386 7 жыл бұрын
its good. i created a table. if i login into it, the details in the database will b shown. so, if i directly try localhost/home.php its also showing the data in the database. how to make it not to display the data in the database if i try localhost/home.php???
@gowrigandikota8521
@gowrigandikota8521 6 жыл бұрын
It's all working good , but where is $_SESSION['message'] of logout.php being displayed?
@renak.7351
@renak.7351 6 жыл бұрын
Hello, I was wondering if you figured it out, because I have the same problem.
@12bluering
@12bluering 6 жыл бұрын
When I press on register button 🔳 i can't go to home. Php why??
@bigboss5433
@bigboss5433 5 жыл бұрын
there maybe few errors ,,,, kindly check and tell us what need to be exactly solved
@davidjurky4661
@davidjurky4661 8 жыл бұрын
Very helpful. Thanks a lot!
@NadiahNafira
@NadiahNafira 8 жыл бұрын
learn a lot. thanks! you are the best!
@AwaMelvine
@AwaMelvine 8 жыл бұрын
The pleasure is all mine. Thank you too for watching :)
@bekturmuratov7853
@bekturmuratov7853 7 жыл бұрын
How to activate a user in the mail using php?
@ethansprojects8352
@ethansprojects8352 8 жыл бұрын
Question. What stops the user from just going straight to home.php?
@ethansprojects8352
@ethansprojects8352 8 жыл бұрын
Never mind, I figured it out. You can prevent that from happening by setting a $_SESSION['online'] variable, and setting it = true when the user is logged in, and = false when the user logs out. Then add an if statement, "if (isset($_SESSION['online']) == true)" to display the content for when the user has logged in. :D Not sure if there are any security vulnerabilities to this, but it looks good to me.
@AwaMelvine
@AwaMelvine 8 жыл бұрын
At the top of the home page, you may include the line: if( !isset($_SESSION['username']) ) { header("location: index.php"); }. This stops the user from proceeding to home.php without having logged in. Sorry I forgot to include that.
@AwaMelvine
@AwaMelvine 8 жыл бұрын
I'm glad you figured it out. Thanks for watching
@vasilemolnar7683
@vasilemolnar7683 8 жыл бұрын
login.php ;)
@harshitgupta8277
@harshitgupta8277 6 жыл бұрын
Which xampp server version are u using??
@bigboss5433
@bigboss5433 5 жыл бұрын
use wamp server 64 bit
@passion_nate8526
@passion_nate8526 8 жыл бұрын
Where to download your project database ??
@PandaTheGamer
@PandaTheGamer 8 жыл бұрын
github.com/AwaMel/User-registration.git
@CosmicEvidence
@CosmicEvidence 8 жыл бұрын
Thank you.. learn lot.. :)
@AwaMelvine
@AwaMelvine 8 жыл бұрын
Thank you for watching!
@sargis3010
@sargis3010 8 жыл бұрын
yes true is best video helped me realy much, but wheen you click empty register it going to home.php how to solve this problem?
@swirlandtwirl5417
@swirlandtwirl5417 4 жыл бұрын
Thank you
@mohamedibrahim2733
@mohamedibrahim2733 7 жыл бұрын
can u also share the "Forget password" code..?
@matthewswift6700
@matthewswift6700 8 жыл бұрын
thank you very much !
@digitanandaa
@digitanandaa 7 жыл бұрын
nize...but how to upload database file to live
@kyledoran7454
@kyledoran7454 5 жыл бұрын
thanks
@ashleymaereyes5941
@ashleymaereyes5941 5 жыл бұрын
can you send us the source code. so we easily analyze how the code works properly plzzz and thank you😍😍
@chowdhurymobarrathaider9052
@chowdhurymobarrathaider9052 5 жыл бұрын
github.com/adnanchowdhury007/Complete-Registration-system-in-php
@habbofanboy22
@habbofanboy22 8 жыл бұрын
pleas mor video
@บงกชตุ่นทอง-ภ9ฃ
@บงกชตุ่นทอง-ภ9ฃ 8 жыл бұрын
@erosmarcuszamora8828
@erosmarcuszamora8828 7 жыл бұрын
Thanks man.
@guendouzabdelhakim430
@guendouzabdelhakim430 4 жыл бұрын
thnx man
@ConCraftersNachbarnez
@ConCraftersNachbarnez 8 жыл бұрын
Can you push this on GitHub?
@AwaMelvine
@AwaMelvine 8 жыл бұрын
Hi, source code is now available on github here: github.com/AwaMel/User-registration.git. Thanks for watching
@ConCraftersNachbarnez
@ConCraftersNachbarnez 8 жыл бұрын
Awa Melvine Thank you very much !
@ahmadadil7713
@ahmadadil7713 8 жыл бұрын
thanks :)
@mjaguirre7702
@mjaguirre7702 6 жыл бұрын
plase send public code thank you
@chowdhurymobarrathaider9052
@chowdhurymobarrathaider9052 5 жыл бұрын
github.com/adnanchowdhury007/Complete-Registration-system-in-php
@habbofanboy22
@habbofanboy22 7 жыл бұрын
Pleas mor video :)
@maunilparikh7288
@maunilparikh7288 8 жыл бұрын
BEst video
@AwaMelvine
@AwaMelvine 8 жыл бұрын
Thanks :D
How to upload image to MySQL database and display it using php
12:19
Login user PHP with MySQL 2
7:08
Awa Melvine
Рет қаралды 89 М.
人是不能做到吗?#火影忍者 #家人  #佐助
00:20
火影忍者一家
Рет қаралды 20 МЛН
To Brawl AND BEYOND!
00:51
Brawl Stars
Рет қаралды 17 МЛН
99.9% IMPOSSIBLE
00:24
STORROR
Рет қаралды 31 МЛН
Мясо вегана? 🧐 @Whatthefshow
01:01
История одного вокалиста
Рет қаралды 7 МЛН
User registration PHP and MySQL 1
15:43
Awa Melvine
Рет қаралды 652 М.
User registration PHP and MySQL
15:43
Awa Melvine
Рет қаралды 16 М.
Check if username already taken during registration PHP
21:24
Awa Melvine
Рет қаралды 26 М.
Login system using PHP with MYSQL database
18:30
Awa Melvine
Рет қаралды 6 МЛН
Complete User Registration system using PHP and MySQL database
32:01
Login form using session and cookie with remember me in php
31:19
learnWebCoding
Рет қаралды 266 М.
人是不能做到吗?#火影忍者 #家人  #佐助
00:20
火影忍者一家
Рет қаралды 20 МЛН