PHP Login using Google Account

  Рет қаралды 77,737

Webslesson

Webslesson

Күн бұрын

Пікірлер: 74
@acozone
@acozone 4 жыл бұрын
Awesome. Very helpful video. Great job. As what I realized, there were 2 errors in the coding: 1. Minute 13:25 (line 38); suppose to be $data['gender'] and NOT $_SESSION['gender'] 2. Minute 14:04 (line 43); suppose to be $data['picture'] and NOT $_SESSION['picture'] However, really appreciate for your good effort in sharing this knowledge.
@Soulof8d
@Soulof8d 3 жыл бұрын
Yep bro! Me too confused a lot!! Lol
@kaungko2020
@kaungko2020 3 жыл бұрын
Thank a lot. Very simple and easy to follow the instructions. God bless you.
@niravrk5446
@niravrk5446 5 жыл бұрын
Login with facebook tomorrow. Wait 4 it, thanks in adavance
@sherkan_n
@sherkan_n 5 жыл бұрын
Ou yea, i waiting to much for 1 good video like this
@afnibi
@afnibi 3 жыл бұрын
great..great...great....many thanks
@maidique
@maidique 2 жыл бұрын
Initially, I was put off by robo voice, but I grew to like it. Great video, very helpful, thank you! And now I’m wondering who’s behind the voice?
@llBestBoyll
@llBestBoyll 2 жыл бұрын
THANKS 👌🏼🔥🔥🔥
@ismaildnd
@ismaildnd 5 жыл бұрын
thx I wait for facebook & instagram
@abdmuhaimin
@abdmuhaimin 4 жыл бұрын
oh use composer do download api google right?
@andrewbistroff1199
@andrewbistroff1199 5 жыл бұрын
Thanks for video, make please vith Facebook login and SMS verification video lessons, you make a great content!
@sayedabdelbadie19
@sayedabdelbadie19 3 жыл бұрын
thank you, very helpful
@dastgirakhtar9782
@dastgirakhtar9782 4 жыл бұрын
nice it is working 100%
@ivanapplemicrotech8945
@ivanapplemicrotech8945 4 жыл бұрын
Thank you thank you very much. you are a great.
@niravrk5446
@niravrk5446 5 жыл бұрын
Thank you so much 💕💕
@uraamasif4613
@uraamasif4613 5 жыл бұрын
Thank you so much sir, I was just looking for this feature to add to follow unfollow system
@azharahmed4190
@azharahmed4190 3 жыл бұрын
THANKS
@zohaibakram3545
@zohaibakram3545 5 жыл бұрын
Awsome bro
@ifamotion6894
@ifamotion6894 5 жыл бұрын
is it neccessary to install composer? if I only copy the 'vendor' directory to other device will it works? because i using shared cloud server
@georgerezk3829
@georgerezk3829 5 жыл бұрын
thank you for this video
@thegreatgujju4453
@thegreatgujju4453 4 жыл бұрын
if we login using google this data like username or email and password are stored in our database or not ??
@patrick-dev
@patrick-dev 4 жыл бұрын
Google SDK Provides you with the user data only, about storing in the database, its up to you.
@NIKHILSCI-t3g
@NIKHILSCI-t3g Жыл бұрын
sir,how can make google login api in php for futter developer ?
@md.rakibuddinrana3765
@md.rakibuddinrana3765 3 жыл бұрын
thank you man
@MilesGaming1
@MilesGaming1 3 жыл бұрын
This works thanks!!!
@kharismamahesa
@kharismamahesa 4 жыл бұрын
THANK YOU SO MUCH !!!
@RahmaTVIndo
@RahmaTVIndo 5 жыл бұрын
Mantab jiwa
@santhoshkumar-sf4bc
@santhoshkumar-sf4bc 5 жыл бұрын
Sir, make videos on OTP SMS verification during login PHP
@bharatcj8166
@bharatcj8166 5 жыл бұрын
Dear Sir, kindly put a video for Logging through Facebook
@Alihassan-gx7mq
@Alihassan-gx7mq 5 жыл бұрын
yes
@VicodeMedia
@VicodeMedia 4 жыл бұрын
Check this out kzbin.info/www/bejne/faumh2hvoc2BqNE
@martingitau2097
@martingitau2097 5 жыл бұрын
please explain why we need google php library , can we do without it?
@cynthiacaroline6068
@cynthiacaroline6068 5 жыл бұрын
thank you!
@deveshgyani8409
@deveshgyani8409 4 жыл бұрын
how to check if email ID is registered or not for direct google login?
@quanvoba3781
@quanvoba3781 3 жыл бұрын
How to change or choose another email account when loggin again? pls reply and show me the way? tks You very much!!
@cc99blogger28
@cc99blogger28 2 жыл бұрын
did you find a way?
@raheelgothadiya7797
@raheelgothadiya7797 4 жыл бұрын
logout redirect form login and password and after loged in cookeis not a ditroy. give me urgently solution
@dinhhophoang6765
@dinhhophoang6765 3 жыл бұрын
thank you so much, but when i click Logout, it was failed, pls help me
@faeizalzhafrey7299
@faeizalzhafrey7299 3 жыл бұрын
How can we login using outlook account?
@AnwarHashmi7
@AnwarHashmi7 5 жыл бұрын
Dear sir, thank you for this video. please make one video login in with google, MySQLi, php admin/user system.
@banerjeeben2193
@banerjeeben2193 4 жыл бұрын
logout is not completely logging out
4 жыл бұрын
Valeu!
@omarparedes1997
@omarparedes1997 3 жыл бұрын
This is the start of a comment thread.
@kannadaskillhub
@kannadaskillhub 5 жыл бұрын
How can we save these profile details to the sql database ???
@Phpstuff
@Phpstuff 5 жыл бұрын
On the $data variable you have all information about the user. You can simply insert that information into the mysql before create sessions. Now you first need to check if user with that email already exist on mysql or not. If yes. Don't insert. If no then insert. After that create session and redirect to index page.
@parivallals6232
@parivallals6232 3 жыл бұрын
i used this code on server, the session is cleared when refreshing page in server
@basanagoudapatil668
@basanagoudapatil668 5 жыл бұрын
Hi sir, how to login with codeigniter and save data into database
@anonymoustrap2677
@anonymoustrap2677 5 жыл бұрын
Sir please make a verification email system as well for registration
@abhishekva449
@abhishekva449 5 жыл бұрын
Pls add facebook login tutorials also
@dastgirakhtar9782
@dastgirakhtar9782 4 жыл бұрын
but how to use it with database
@UniqueTech0098
@UniqueTech0098 5 жыл бұрын
hi sir, the composer command dose not work ?
@webslesson
@webslesson 5 жыл бұрын
Have you first install composer in your computer, if you have not install, so first download software from getcomposer.org/download/ this url, and install it and after this run composer command.
@abdullahhaidari9548
@abdullahhaidari9548 5 жыл бұрын
@@webslesson thanks,
@ifamotion6894
@ifamotion6894 5 жыл бұрын
@@webslesson is it neccessary to install composer? if I only copy the 'vendor' directory to other device will it works?
@MyNameIsHung
@MyNameIsHung 4 жыл бұрын
The voice of the man is hear bored -_-
@2499Michael
@2499Michael 5 жыл бұрын
HI, everything went well except for "Undefined index: user_image", my code is exactly the same as the tutorial, can you please suggest a remedy, thanks.
@acozone
@acozone 4 жыл бұрын
Perhaps, you have discovered the glitch. However, you can check for these lines of the coding in this video: 1. Minute 13:25 (line 38); suppose to be $data['gender'] and NOT $_SESSION['gender'] 2. Minute 14:04 (line 43); suppose to be $data['picture'] and NOT $_SESSION['picture']
@MrRossss1
@MrRossss1 5 жыл бұрын
Hi, how long does the cookie/session last before they have to re-login please? Thanks, awesome video
@MrRossss1
@MrRossss1 5 жыл бұрын
@shootoo Thanks Shootoo.
@_ankit_ak_
@_ankit_ak_ 3 жыл бұрын
watching 4:03
@avinashthakur1374
@avinashthakur1374 4 жыл бұрын
vendor/autoload.php) where is this file ?
@mohamedanfas9790
@mohamedanfas9790 5 жыл бұрын
Sir please do instagram and teitter login using php
@panthero7
@panthero7 4 жыл бұрын
In alto a destra su Chrome c'è scritto incognito sei italiano
@janithdilshan5045
@janithdilshan5045 4 жыл бұрын
$google_client->fetchAccessTokenWithAuthCode(); is not working
@santoshofficial2796
@santoshofficial2796 5 жыл бұрын
Sir, could you provide source code of this?
@m.jazilkhan2694
@m.jazilkhan2694 5 жыл бұрын
sir please make a php download link with mysqli database videos format mp4 video mp3 audio and other images format
@rajeshchaurasiya9
@rajeshchaurasiya9 4 жыл бұрын
you should really consider about using your own voice. because this mechanic voice really hurts and irritates when listening these for even half an hour.
@chirashreebhaduri4538
@chirashreebhaduri4538 5 жыл бұрын
vendor/autoload.php please give file
@favourdev
@favourdev 2 жыл бұрын
Which kind of bot voice be this??
@amstrokeindia5241
@amstrokeindia5241 4 жыл бұрын
How Weird & Ghostly Your Voice Is! Please Drink Some Hot Water!
@mohatam8288
@mohatam8288 5 жыл бұрын
Dear Sir, kindly put a video for Logging through Facebook
@omarparedes1997
@omarparedes1997 3 жыл бұрын
This is the start of a comment thread.
@omarparedes1997
@omarparedes1997 3 жыл бұрын
This is the start of a comment thread.
PHP Login using Facebook Account
20:49
Webslesson
Рет қаралды 51 М.
Create a Google Login Page in PHP
10:46
Dave Hollingworth
Рет қаралды 9 М.
SLIDE #shortssprintbrasil
0:31
Natan por Aí
Рет қаралды 49 МЛН
Война Семей - ВСЕ СЕРИИ, 1 сезон (серии 1-20)
7:40:31
Семейные Сериалы
Рет қаралды 1,6 МЛН
Thank you mommy 😊💝 #shorts
0:24
5-Minute Crafts HOUSE
Рет қаралды 33 МЛН
Login using Google Account with Codeigniter
33:32
Webslesson
Рет қаралды 27 М.
Login With Google Account Using PHP & MySQL
1:35:43
Vicode Media
Рет қаралды 33 М.
Login with Google using PHP - Beginner Tutorial
18:00
The Code City
Рет қаралды 32 М.
Login With Google Account Using PHP & Client API & Bootstrap Design
25:34
Senaid Bacinovic
Рет қаралды 101 М.
How to Implement Custom Captcha in PHP
19:59
Webslesson
Рет қаралды 27 М.
PHP Password Reset by Email
20:56
Dave Hollingworth
Рет қаралды 71 М.