PHP Email Verification And Validation Tutorial - Registration & Login Form

  Рет қаралды 92,749

Senaid Bacinovic

Senaid Bacinovic

Күн бұрын

Пікірлер: 346
@SenaidBacinovic
@SenaidBacinovic 6 жыл бұрын
Do you want to become a web developer from scratch??? Check this: bit.ly/devAccelerator
@tigerc572
@tigerc572 6 жыл бұрын
does it matter if im using my SQLI
@SenaidBacinovic
@SenaidBacinovic 5 жыл бұрын
@@tigerc572 No
@tijanimoro6528
@tijanimoro6528 5 жыл бұрын
Sir is the course noe free
@svedz
@svedz 5 жыл бұрын
Do you need PHPmailer on a webserver or only for localhost?
@sujonhossain3250
@sujonhossain3250 5 жыл бұрын
some code are not working like use PHPMailer/PHPMailer/PHPmailer ; when I open browser it's show me error, but how may i do
@MrEdustyl
@MrEdustyl 5 жыл бұрын
For those of you using PHP 7+ use: $email = mysqli_real_escape_string($con, $_POST['email']); instead of email = $con->real_escape_string($_POST['email']); Also check if your path is right if you have problems with the PHPMailer; you really need to use: use PHPMailer\PHPMailer\PHPMailer; no matter what your webspace path is or whatever
@santoshpoudel5973
@santoshpoudel5973 7 жыл бұрын
I wonder you keep on moving forward creating wonderful educational stuffs. You are amazing tutor the real Guru
@SenaidBacinovic
@SenaidBacinovic 7 жыл бұрын
Yes, there are 100 more videos planned just for 2018 :)
@mrjean9376
@mrjean9376 5 жыл бұрын
im just subs man!! this is very great channel!! keep posting broo
@SenaidBacinovic
@SenaidBacinovic 5 жыл бұрын
Thank you :)
@mrjean9376
@mrjean9376 5 жыл бұрын
@@SenaidBacinovic dont worry man, well im start sharing to all my programming mates and non programmer also.. my mind just messed up when looked into very great but underrated it sources like this.. hope 2020 u reach thousands even million subs man, god bless u
@SenaidBacinovic
@SenaidBacinovic 5 жыл бұрын
@@mrjean9376 That means a lot, thank you so much. In 2020 there will come a lot of amazing content (weekly). :)
@adubivictor823
@adubivictor823 7 жыл бұрын
This is incredible Senaid. Good work! Please keep it up......
@SenaidBacinovic
@SenaidBacinovic 7 жыл бұрын
Thank you so much! Appreciate the support. :)
@patriotpa3158
@patriotpa3158 4 жыл бұрын
Hi, thanks for the files that i could download. I have tried using these files online for my website where the PHPversion is 7.0 and above. i have no idea whats wrong as i am not a programmer. I have done everything according to your video and customised the files to access the database. it registers the user in the database but it fails to send the verification email and gives an HTTP error 500. not sure what that means but i am stuck. would be great if you can help me. Thank you.
@loluadelore883
@loluadelore883 5 жыл бұрын
what link would I use for the email confirmation
@developeraccount438
@developeraccount438 6 жыл бұрын
I want that a page only show who's personal who is verified email else not.. nit for login and registration. Or we can also do this send email to admin from website but before verify your personal /original email. Where in your sent email FROM would be your verified email. Is it possible?
@chome4
@chome4 4 жыл бұрын
Is there a way to incorporate 'forgotten your password' code into this?
@EnergyLifeAG
@EnergyLifeAG 6 жыл бұрын
Hi! Thank you for your great tutorial. But I have one problem: I want to add some input fields (e. g. first name) and I added these fields in the database and all other files. But I can't submit the form to get the confirmation email. Would you have a little tip for me here? Many Thanks!
@pianoLee-sx9dx
@pianoLee-sx9dx 6 жыл бұрын
Do you have to connect to mysql again? I think at line 10, you forgot your {} after the if statement?
@yuvrajsubh6723
@yuvrajsubh6723 6 жыл бұрын
Hi friend... I ove your coding pattern. It is very simple and perfect and easy to understand. I have learned so much from your tutorial. Thank u so much...
@SenaidBacinovic
@SenaidBacinovic 6 жыл бұрын
thank you :)
@yuvrajsubh6723
@yuvrajsubh6723 6 жыл бұрын
Hello sir.. I am a codeigniter developer for last 1.5 years and i am continuously doing project in codeigniter but i want to learn new technology for future growth. So can you suggest me the technology which i have learned so that it is best for my future growth and i can improve my career?? Please suggest me....
@murtuzamehdi6677
@murtuzamehdi6677 6 жыл бұрын
Q1.just want to ask that if we run this project in windows so then what is the procedure, what changes we have to perform? Q2.where you give the path of gmail in this tutorial..
@dimitrijejovanovic6779
@dimitrijejovanovic6779 6 жыл бұрын
Can You write this in procedural programming? This is object oriented...thanks..it would be very helpful to me..thanks
@dinithprimal3263
@dinithprimal3263 4 жыл бұрын
Please can you help me to find out when we sending one email to two recipients how to identify who click the verify button from that two?
@Marko-mh6ug
@Marko-mh6ug 5 жыл бұрын
Great video, it helped me a lot, thank you so much :) keep up the great work my friend :D
@adante407
@adante407 5 жыл бұрын
Great tutorial.👍 What MySQL GUI are you using in this tutorial? Thanks for your great tutorials.
@SenaidBacinovic
@SenaidBacinovic 5 жыл бұрын
Thank you. I am using www.adminer.org/
@reyjosebanda5537
@reyjosebanda5537 6 жыл бұрын
idk what should i put here $mail->setFrom(); and i dont understand this too $mail->Body = "" nice tutorial btw. i will recommend this to my friends.
@scheidegg
@scheidegg 4 жыл бұрын
Did you hear something about SQL injections?
@adampetersson6809
@adampetersson6809 6 жыл бұрын
Hey man, is it a Quick change to only make the email expire after 15 minutes? Like the token is invalid after 15 minutes and removes the user from the database?
@kalimam553
@kalimam553 6 жыл бұрын
very nice i really love your tutorial made easy for me but i am have a problem on The mbstring extension is missing. Please check your PHP configuration. which is not working on my system kali liunx i have try all i can but i could fix it i hope to get help from your Tutoria
@dacck770
@dacck770 6 жыл бұрын
will it work using localhost? if not, is there a way to have this email confirmation work in localhost? thank you
@SenaidBacinovic
@SenaidBacinovic 6 жыл бұрын
Yes, it can work if you're sending via SMTP (the easiest way).
@dacck770
@dacck770 6 жыл бұрын
Coding Passive Income thanks for the reply ~
@theranko1640
@theranko1640 5 жыл бұрын
Can you explain to me, please, why you are named your filed as .php. Why you did that and why you didn't create new file as .php and connect it with a html file. Thanks!
@SajidLatifDK
@SajidLatifDK 7 жыл бұрын
It is a really nice and informative video. I just wondering if a pro would make it as you are doing or the pro would use oop and classes. If so, could you make a video based on this video. How would you approach it. Please don’t get me wrong, just a question. Love your videos:)
@SenaidBacinovic
@SenaidBacinovic 7 жыл бұрын
Thank you Sajid for nice words. This tutorial is for beginners, and it would be very challenging for them to learn this by using OOP approach. However, it would definitely be cleaner and better to use OOP.
3 жыл бұрын
How do you add recaptcha or hcaptcha to this?
@officialsatisfyingvids8296
@officialsatisfyingvids8296 2 жыл бұрын
Hi sir, I hope I will be able to send email verification otp code to users that signup on my website using this method?
@ShirishChavan333
@ShirishChavan333 5 жыл бұрын
Sir, When I tried to register a new member using the file register.php then following two error message appeared on the screen: (1) Fatal error: Uncaught Error: Class 'PHPMailer\PHPMailer\Exception' not found in C:\wamp64\www\ec\PHPMailer\PHPMailer.php on line 1568. (2) Error: Class 'PHPMailer\PHPMailer\Exception' not found in C:\wamp64\www\ec\PHPMailer\PHPMailer.php on line 1568. However, this member was registered in the database. But no email was found in the email id provided during registration. I am using localserver on WAMPServer. Can you help me. Regards,
@budisetyawan8272
@budisetyawan8272 4 жыл бұрын
Hello sir, thank you very much for the code source, i just wanna ask something, i have an error in my xampp. The error said uncaught error : class phpmailer exception not found. Can you tell me to solve this please. Thanks before, you're my hero!
@SenaidBacinovic
@SenaidBacinovic 4 жыл бұрын
You're missing some class from PHPMailer, please check how I did it in the code.
@budisetyawan8272
@budisetyawan8272 4 жыл бұрын
@@SenaidBacinovic okay i will check it thank you sir,
@КонстантинКарась-е4с
@КонстантинКарась-е4с 6 жыл бұрын
Really nice and easy! Good job and thank u so much for code download link! U and your lessons are awesome!
@SenaidBacinovic
@SenaidBacinovic 6 жыл бұрын
thank you :)
@adityadhodade9029
@adityadhodade9029 4 жыл бұрын
Can we do it in local host??
@abhidita143
@abhidita143 6 жыл бұрын
Coding Passive Income Error: "please check your inputs", I rechecked so many times same error is repeating. I uploaded all the files as it is and created a data base connection, and replaced "setfrom:" with my email id, plz help
@SenaidBacinovic
@SenaidBacinovic 6 жыл бұрын
Can you show me the code?
@abhidita143
@abhidita143 6 жыл бұрын
now coding is working fine, but after submitting the form iam getting error " Warning: escapeshellcmd() has been disabled for security reasons in /storage/ssd4/104/4767104/public_html/emailverification/PHPEmailConfirmation/PHPMailer/PHPMailer.php on line 1584" link:throbless-transmiss.000webhostapp.com/emailverification/PHPEmailConfirmation/register.php
@officialsatisfyingvids8296
@officialsatisfyingvids8296 2 жыл бұрын
What phpmailer for? Can you create a video of users to verify their email with opt verification without any software
@gandabagasso5024
@gandabagasso5024 3 жыл бұрын
ca marche.. j'ai juste pas comprsi le role du token la dedans??
@karimkhizz9877
@karimkhizz9877 6 жыл бұрын
hi friend the data or information goes in the database but i dont know why i dont get the email please help and advice
@bezawadaharikrishna3444
@bezawadaharikrishna3444 6 жыл бұрын
Thanks Bro, working perfectly helped me lot. Thanks again
@SenaidBacinovic
@SenaidBacinovic 6 жыл бұрын
thank you :)
@aadityagoel8460
@aadityagoel8460 6 жыл бұрын
hello sir thank you for explaining and I wanted you to make video on pricing widget and how to assign a id/token to it. so If anyone purchase one of the pack out of three then he/she will assign a id and after purchasing the pricing will see after the duration of the pack. so please sir help me to make a pricing table
@pianoLee-sx9dx
@pianoLee-sx9dx 6 жыл бұрын
Can someone assist me here please as I am new to database but have been following a tutorial on php oop series and I have a different code but on my form, i have the following codes: div id="register">
@rsadmehdiyev3871
@rsadmehdiyev3871 6 жыл бұрын
Firstly thank you for the video man I have a problem and can't find what is that. Error is like Class 'PHPMailer\PHPMailer\Exception' not found in C:\xampp\htdocs\challenge-league\PHPMailer\src\PHPMailer.php on line 1671
@SenaidBacinovic
@SenaidBacinovic 6 жыл бұрын
I think you just need to include Exception.php file the same way you included PHPMailer.php. Try it, and let me know how it goes. :)
@rsadmehdiyev3871
@rsadmehdiyev3871 6 жыл бұрын
I have added it and now created a user but no any mail is sent and no error :D
@temitayoajao8242
@temitayoajao8242 6 жыл бұрын
Having the same problem... any luck?
@rsadmehdiyev3871
@rsadmehdiyev3871 6 жыл бұрын
Ajao Temitayo yes I have done. Just copy the code from the git paste it to your php file.If any error occurs such as Smtp connection then try to upgrade php version.
@temitayoajao8242
@temitayoajao8242 6 жыл бұрын
Okay thank you
@psawyer871
@psawyer871 6 жыл бұрын
what if i don't have a domain and i am only working in localhost. how can i do the verification?
@SenaidBacinovic
@SenaidBacinovic 6 жыл бұрын
You can send an email from localhost easily by using SMTP.
@psawyer871
@psawyer871 6 жыл бұрын
@@SenaidBacinovic i just found out that few minutes ago. Thank you very much for your effort!
@SenaidBacinovic
@SenaidBacinovic 6 жыл бұрын
My pleasure, enjoy it. :)
@shuhadakhabir3612
@shuhadakhabir3612 5 жыл бұрын
@Coding Passive Income How to send an email from localhost easily by using SMTP?
@sportslover9589
@sportslover9589 7 жыл бұрын
sir i get this error ( ! ) Fatal error: Class 'PHPMailer\PHPMailer\Exception' not found in C:\wamp\www\New_work\PHPMailer\PHPMailer.php on line 1671 the data is inserting in the table but the email is not sent. 25:05 time i get this error sir plz help me
@SenaidBacinovic
@SenaidBacinovic 7 жыл бұрын
You need to include Exception class. After the line: include_once "PHPMailer/PHPMailer.php"; Add line: include_once "PHPMailer/Exception.php";
@smarttking1236
@smarttking1236 5 жыл бұрын
please What is the name of your text editor sir
@daltonandre8155
@daltonandre8155 5 жыл бұрын
PhpStorm
@เด่นนครหลวง
@เด่นนครหลวง 5 жыл бұрын
Thank you from Thailand.
@SenaidBacinovic
@SenaidBacinovic 5 жыл бұрын
My pleasure and thank you from Bosnia.
@kjatinr
@kjatinr 6 жыл бұрын
how can i stop someone to register if his/her email already exists because if this error is thrown insert query still executes to insert duplicate record??? Please help sir..
@leonardo321
@leonardo321 6 жыл бұрын
Zašto neće da radi na wampp serverua. Skinuo sam i tvoj kod ali isto. Stalno: "Something wrong happened! Please try again!" Ali u bazi se pojave podaci?
@SenaidBacinovic
@SenaidBacinovic 6 жыл бұрын
Očigledno da kod radi, a to što ne primaš email je vjerovatno iz razloga što ti nešto blokira slanje istog. Jesi li probao preko SMTP?
@leonardo321
@leonardo321 6 жыл бұрын
Nisam. Probat ću. Na neki način sam prje slao email po nekom lindy-nom tuutorialu od Kevina Skouglanda. U svako sulučaju hvala ti. Nešto radim i ovo mi je baš trebalo. Odlični tutoriali.
@chome4
@chome4 4 жыл бұрын
Links sent via email asking you to click to verify only appear as links if you give a gmail email address. If you use hotmail or yahoo mail, the 'link' will be text only.
@augustchristopherparas7380
@augustchristopherparas7380 6 жыл бұрын
it shows something wrong happened after i enter those inputs can you help me with those who knows how to fix it?
@developeraccount438
@developeraccount438 6 жыл бұрын
Firstly I registered and then login with verification, alerts says, verify firstly. It's great but after when I confirm email and without enter email or password when I enter login button it's logged in. Why? how I fix this...
@modemilee1580
@modemilee1580 4 жыл бұрын
nice video sir. it helped me a lot, thank you so much..
@sunnykumar9988
@sunnykumar9988 6 жыл бұрын
Plz. Make video on otp verification with timer,
@tusharsutar3612
@tusharsutar3612 6 жыл бұрын
Hello , sir Senaid Bacinovic Its not working in wamp server localhost ......what to do ???????
@SenaidBacinovic
@SenaidBacinovic 6 жыл бұрын
What is the problem?
@null7953
@null7953 6 жыл бұрын
hvala, ovo je bas sta sam trebo
@syedizhanbinsaif9245
@syedizhanbinsaif9245 5 жыл бұрын
Sir how can we send an email through php with attachment in our website form. I'm trying to make a upload cv form with php but it's not working the file is uploading but it's having problem while sending..
@aggreyafray6869
@aggreyafray6869 6 жыл бұрын
hey thanx for the video and i love your work i have tested the code and it works but the problem is the email is sent in spam/junk. What could be the cause and how can i solve this problem? thanx again in advance
@SenaidBacinovic
@SenaidBacinovic 6 жыл бұрын
Thank you. Next week I will publish the tutorial and show how to send an email using SendGrid API, with that one it should never go to the spam. :)
@aggreyafray6869
@aggreyafray6869 6 жыл бұрын
@@SenaidBacinovic cool, i will be waiting on
@SenaidBacinovic
@SenaidBacinovic 6 жыл бұрын
thank you :)
@bahassingkat
@bahassingkat 6 жыл бұрын
i wrote this code on my server, but there is nothing happen. i'm not get email at all.. so i read comments on this video, and my question is.. is smtp can do thing like this? please answer me quickly sir.. thanks
@horaciovalladares5434
@horaciovalladares5434 5 жыл бұрын
Great job, thanks for shared.
@SenaidBacinovic
@SenaidBacinovic 5 жыл бұрын
Thank you
@hillolmajumdar1664
@hillolmajumdar1664 6 жыл бұрын
Hello sir, thanks for the information, but after i register i am not receiving any mail, no error is showing. please help me out
@neelpatel8846
@neelpatel8846 6 жыл бұрын
Hello Senaid, loved the tutorial!! However, when i am running the registration form, i get the success message but i am not getting any email confirmation.
@SenaidBacinovic
@SenaidBacinovic 6 жыл бұрын
Neel Patel Are you testing it on localhost?
@neelpatel8846
@neelpatel8846 6 жыл бұрын
yes
@SenaidBacinovic
@SenaidBacinovic 6 жыл бұрын
Neel Patel that is the problem, you will need to send it using SMTP or test from live server :)
@neelpatel8846
@neelpatel8846 6 жыл бұрын
ok thanks brother. Really appreciate the feedback
@SenaidBacinovic
@SenaidBacinovic 6 жыл бұрын
No problem, have a great day! :)
@saif5262
@saif5262 6 жыл бұрын
Bro whenever i click the verification link in the email received it does not set active status to 1 and token to null. However i just used the same logic from your video for confirm.php, please help me as I am stuck in this problem for more than 3 days even google was unable to help. BTW, nice tutorial.
@javier16ize
@javier16ize 6 жыл бұрын
hey if someone can help I had the error class not found wich is fixed by adding: include_once 'PHPMailer/Exception.php'; but now every thing looks fine but it goes to else { $msg = "Something wrong happened! Please try again!"; } any ideas? please help!
@damdamdamdamdarararadarara7431
@damdamdamdamdarararadarara7431 5 жыл бұрын
same problem here
@nurmaisarahzaini1228
@nurmaisarahzaini1228 4 жыл бұрын
hye sir. Thank you for your amazing video. But after sign up, my php display ‘cannot load exception’ . And its come from phpmailer.php. But its already insert into database but, the email not sent for verification. Please help me sir . Tq
@allenveloria14
@allenveloria14 6 жыл бұрын
Is it sending using localhost? Or your connected to the internet??
@SenaidBacinovic
@SenaidBacinovic 6 жыл бұрын
In this example I am sending from my server, but you can send from localhost too, and the easiest way is to send via SMTP.
@lokeshsharma5232
@lokeshsharma5232 7 жыл бұрын
How can I display name after login with roll no. and password using PHP and MySQL?
@SenaidBacinovic
@SenaidBacinovic 7 жыл бұрын
The simplest way is to just save it to the session on login page, and after that just to display it on any page that you need it.
@andhicapratama8362
@andhicapratama8362 6 жыл бұрын
so, can it run in localhost? because i try but it doesn't send to the email
@SenaidBacinovic
@SenaidBacinovic 6 жыл бұрын
Yes, but you will need to send an email via SMTP. Check this tutorial: kzbin.info/www/bejne/Y3ucnGejZt6bmdE
@kielpease
@kielpease 6 жыл бұрын
I can't seem to get the password_verify bool to say true. I got everything else working, but not that. I know I'm typing in the correct test password that I registered with, but it just won't verify. Any suggestions?
@kielpease
@kielpease 6 жыл бұрын
I figured it out. I had the mysql password column set to 50 chars. Not enough for the minimum 72 characters required for password BCRYPT. Great tutorials, thank you so much!
@zainaboladiti8540
@zainaboladiti8540 6 жыл бұрын
Hi, am a student working on my final year project and I found your video of email validation and verification interesting , after trying the code and changing Mail function in xampp php. Ini the mail is still not sending to the users
@SenaidBacinovic
@SenaidBacinovic 6 жыл бұрын
zainab oladiti Have you tried to send it over SMTP?
@zainaboladiti8540
@zainaboladiti8540 6 жыл бұрын
No, haven't tried that but how can I do it?
@SenaidBacinovic
@SenaidBacinovic 6 жыл бұрын
Check this video: kzbin.info/www/bejne/g6jCgIWOhdSinbs
@tijanimoro6528
@tijanimoro6528 5 жыл бұрын
sir am running on xamp and am getting errors can you help me out
@mohitrathore8698
@mohitrathore8698 6 жыл бұрын
Email confirmation activity for registration is working...I got the mail... But there is notice of trying to get property of non object And warning of escapeshell() has been disabled for security reasons And also my database is not update when input is done in registration form... Help me sir
@TechAlphax
@TechAlphax 7 жыл бұрын
How can I make this work locally with gmail settings intergration? without the need of a hosting server, I followed but I get "something went wrong error!" on register. Thank you Sir.
@SenaidBacinovic
@SenaidBacinovic 7 жыл бұрын
You will have to send an email via SMTP. Here is video tutorial on how to do it: kzbin.info/www/bejne/Y3ucnGejZt6bmdE
@DeepakGupta-fh4vc
@DeepakGupta-fh4vc 5 жыл бұрын
@@SenaidBacinovic sir I used smtp method but it is still not working what should I do now?
@stevekwok4585
@stevekwok4585 3 жыл бұрын
Nice video. Can you make a video for Google authenticator Php
@sanchitgupta6151
@sanchitgupta6151 7 жыл бұрын
I wrote the same code and on signing up no email is being received (no error is shown, "You have been registered, Please verify your email is shown"). Do I have to make some change in php.ini file? IF not, what's the issue
@SenaidBacinovic
@SenaidBacinovic 7 жыл бұрын
Are you testing this on localhost?
@sanchitgupta6151
@sanchitgupta6151 7 жыл бұрын
Coding Passive Income Yes Localhost.
@SenaidBacinovic
@SenaidBacinovic 7 жыл бұрын
That could be a problem. Have you tried to send an email using SMTP?
@lukokanalas7194
@lukokanalas7194 7 жыл бұрын
Good job. You made my day
@SenaidBacinovic
@SenaidBacinovic 7 жыл бұрын
Awesome, I am so happy that I could help you.
@tiqo8549
@tiqo8549 3 жыл бұрын
Got a lot of errors in the source code. input fields were not ok, phpmailer error..
@cozygo7243
@cozygo7243 6 жыл бұрын
How to set up a adminer thing i didnt get that part help please!?
@SenaidBacinovic
@SenaidBacinovic 6 жыл бұрын
You do not need to use Adminer, you can use PHPMyAdmin :)
@UmerFarooq-ug1qt
@UmerFarooq-ug1qt 6 жыл бұрын
Good work bro .. Keep it ... do you have tutorial on codeigniter..
@SenaidBacinovic
@SenaidBacinovic 6 жыл бұрын
Thank you. I am sorry, but I dont have it at the moment.
@UmerFarooq-ug1qt
@UmerFarooq-ug1qt 6 жыл бұрын
thanks , i have question , how to decrypt hash password to original text .. its not related to the tutorial but i will be glad if you help me out
@InnovativeEducationBD
@InnovativeEducationBD 6 жыл бұрын
Thank you very much from Bangladesh.
@SenaidBacinovic
@SenaidBacinovic 6 жыл бұрын
আবুল বাশার thank you :)
@fornaxgaming2667
@fornaxgaming2667 6 жыл бұрын
sir you are awesome realy
@SenaidBacinovic
@SenaidBacinovic 6 жыл бұрын
Thank you, you are amazing too!
@herlambangherlambang2162
@herlambangherlambang2162 5 жыл бұрын
Nice tutorial, thank you
@SenaidBacinovic
@SenaidBacinovic 5 жыл бұрын
Thank you :)
@Goofy-n8w
@Goofy-n8w 5 жыл бұрын
Download does not working
@jayjaylord1999
@jayjaylord1999 7 жыл бұрын
i had this error: Warning: escapeshellcmd() has been disabled for security reasons in /storage/ssd5/744/1199744/public_html/PHPMailer/PHPMailer.php on line 1597 how to fixed it?
@SenaidBacinovic
@SenaidBacinovic 7 жыл бұрын
Please read this: stackoverflow.com/questions/41846441/phpmailer-and-function-escapeshellcmd
@garikapativenkatrao1121
@garikapativenkatrao1121 5 жыл бұрын
Thank you 100% working
@SenaidBacinovic
@SenaidBacinovic 5 жыл бұрын
My pleasure.
@zainaboladiti8540
@zainaboladiti8540 6 жыл бұрын
In the line where you wrote ishtml(ismthl:true) , am getting syntax error "unexpected : "
@SenaidBacinovic
@SenaidBacinovic 6 жыл бұрын
Remove this:"ismthl:"
@zainaboladiti8540
@zainaboladiti8540 6 жыл бұрын
Ok
@arthurminasyan9591
@arthurminasyan9591 7 жыл бұрын
If I try signup show this error Warning: escapeshellcmd() has been disabled for security reasons in /storage/ssd5/744/1199744/public_html/PHPMailer/PHPMailer.php on line 1597
@kashishmadaan1576
@kashishmadaan1576 6 жыл бұрын
Thnks sir No doubt u r awesome.............
@SenaidBacinovic
@SenaidBacinovic 6 жыл бұрын
Kashish Madaan Thank you :)
@Elm2023
@Elm2023 5 жыл бұрын
awesome tutorial thank you
@SenaidBacinovic
@SenaidBacinovic 5 жыл бұрын
Thank you :)
@UmerFarooq-ug1qt
@UmerFarooq-ug1qt 6 жыл бұрын
how to decrypt hash password to original text .. its not related to the tutorial but i will be glad if you help me out
@saif5262
@saif5262 6 жыл бұрын
@bogdansava2773
@bogdansava2773 6 жыл бұрын
So this will work only on live servers?
@SenaidBacinovic
@SenaidBacinovic 6 жыл бұрын
Yes, why not? :)
@bogdansava2773
@bogdansava2773 6 жыл бұрын
Ok, thank you! You are doing a great job!
@SenaidBacinovic
@SenaidBacinovic 6 жыл бұрын
thank you :)
@buddhismusa2834
@buddhismusa2834 6 жыл бұрын
it says "Please check your inputs!" but I don't have any problem with my inputs. what is the cause?
@SenaidBacinovic
@SenaidBacinovic 6 жыл бұрын
When do you get that message?
@srikanthambaldhage2268
@srikanthambaldhage2268 6 жыл бұрын
i am getting error like this. Fatal error: Class 'PHPMailer\PHPMailer\Exception' not found in C:\xampp\htdocs\PHP Email Confirmation\PHPMailer\PHPMailer.php on line 1658 Data inserting into Database but not sending mail to my gmail account. Please help me to solve this problem.
@srikanthambaldhage2268
@srikanthambaldhage2268 6 жыл бұрын
oh i got the answer from below relpy by Coding Passive Income. Thank you very much.
@SenaidBacinovic
@SenaidBacinovic 6 жыл бұрын
Awesome, glad I could help. :)
@epicfacts9435
@epicfacts9435 6 жыл бұрын
facing same problem how to solve this problem ????
@epicfacts9435
@epicfacts9435 6 жыл бұрын
How to solve this error Data is inserting but not mail part?????? Fatal error: Class 'PHPMailer\PHPMailer\Exception' not found in C:\wamp\www\ec\PHPMailer\PHPMailer.php on line 1658
@damdamdamdamdarararadarara7431
@damdamdamdamdarararadarara7431 5 жыл бұрын
I've got the same. did you resolve this? pls help me
@diegocoding
@diegocoding 7 жыл бұрын
Hello, i need help Fatal error: Class 'PHPMailer\PHPMailer\PHPMailer' not found in
@SenaidBacinovic
@SenaidBacinovic 7 жыл бұрын
Can you show me the code (paste it here)?
@diegocoding
@diegocoding 7 жыл бұрын
thanks you, I found the problem with the routes, could you teach me how to make money with facebook?
@SenaidBacinovic
@SenaidBacinovic 7 жыл бұрын
On what way you would like to make money? :)
@diegocoding
@diegocoding 7 жыл бұрын
I just wanted some advice on how I could earn money for Facebook, you've seen that you have past experiences with that topic.
@mohitrathore8698
@mohitrathore8698 6 жыл бұрын
Error: class phpmailer not found
@Zak-Z-Ninja
@Zak-Z-Ninja 6 жыл бұрын
Everything wirks but i dont recieve an email... plz help.
@noobgamer001
@noobgamer001 4 жыл бұрын
I got fatal error : Uncaught error :Class 'PHPMailer\PHPMailer\Exception' not found.
@SenaidBacinovic
@SenaidBacinovic 4 жыл бұрын
Make sure that you have included all files like I did.
@vaibhavvaidya935
@vaibhavvaidya935 6 жыл бұрын
Can we use this code in localhost? Will this work?
@SenaidBacinovic
@SenaidBacinovic 6 жыл бұрын
Yes, it will work but you will probably have to send an email via SMTP.
@sherylenedyer2076
@sherylenedyer2076 6 жыл бұрын
Thank you so much.
@SenaidBacinovic
@SenaidBacinovic 6 жыл бұрын
thank you :)
@sarthaktyagi6783
@sarthaktyagi6783 5 жыл бұрын
sir my code is not working whenever i click on submit button it just give me error that please enter valid inputs plss help me sir
@BucurIonNiculae
@BucurIonNiculae 5 жыл бұрын
Nice tutorial, i like it...
@SenaidBacinovic
@SenaidBacinovic 5 жыл бұрын
My pleasure, thank you :)
@emplays7241
@emplays7241 6 жыл бұрын
hi how did you type the html code fast?
@SenaidBacinovic
@SenaidBacinovic 6 жыл бұрын
I am using shortcuts, and my PHP IDE is generating code for me.
@emplays7241
@emplays7241 6 жыл бұрын
how do i do that too? im using PHP Storm
@siddharthshukla21
@siddharthshukla21 6 жыл бұрын
@@emplays7241 type html and press ctrl+ spacebar then select html 5 from the picklist
@javeriakhan1521
@javeriakhan1521 6 жыл бұрын
I don't know everything in the front end is working fine but im not getting the verification email. although i copied the code exactly as you did.
@SenaidBacinovic
@SenaidBacinovic 6 жыл бұрын
Jiya jo Are you maybe testing from localhost?
@javeriakhan1521
@javeriakhan1521 6 жыл бұрын
Yes exactly
@javeriakhan1521
@javeriakhan1521 6 жыл бұрын
Won't it run with localhost? Or should i replace it with the one you mentioned in your code
@SenaidBacinovic
@SenaidBacinovic 6 жыл бұрын
Jiya jo You will need to send it over SMTP if you are sending from localhost or it won't work.
@javeriakhan1521
@javeriakhan1521 6 жыл бұрын
Ok sir. Thankyou
@BF_PH
@BF_PH 5 жыл бұрын
thanks for this tutorial
@SenaidBacinovic
@SenaidBacinovic 5 жыл бұрын
My pleasure, thank you :)
@mdhabib-xf1dc
@mdhabib-xf1dc 7 жыл бұрын
thank you sir nice video please now you make angular 2 concept video i have to need
@SenaidBacinovic
@SenaidBacinovic 7 жыл бұрын
md habib thank you! I will have some tutorials about angular soon...
@mdhabib-xf1dc
@mdhabib-xf1dc 7 жыл бұрын
i hope you can do fast i will wait you and always waiting for ur new video
@SenaidBacinovic
@SenaidBacinovic 7 жыл бұрын
Can't promise any time, but will make sure to get it soon. :)
@mdhabib-xf1dc
@mdhabib-xf1dc 7 жыл бұрын
ok sir don't worry i will wait
@SenaidBacinovic
@SenaidBacinovic 7 жыл бұрын
Ok, thank you! :)
PHP Security And Password Hashing Tutorial - Register & Login Form
21:47
Senaid Bacinovic
Рет қаралды 49 М.
PayPal Payments Integration Tutorial Using PHP & IPN & PHPMailer
42:13
Senaid Bacinovic
Рет қаралды 87 М.
When you have a very capricious child 😂😘👍
00:16
Like Asiya
Рет қаралды 18 МЛН
小丑女COCO的审判。#天使 #小丑 #超人不会飞
00:53
超人不会飞
Рет қаралды 16 МЛН
coco在求救? #小丑 #天使 #shorts
00:29
好人小丑
Рет қаралды 120 МЛН
Complete PHP Registration w/ Email Verification
21:04
PHPBasics
Рет қаралды 120 М.
Email Address Verification Script using PHP
34:33
Webslesson
Рет қаралды 50 М.
PHPMailer Tutorial: Send an Email via SMTP with GMail
16:36
Senaid Bacinovic
Рет қаралды 84 М.
How To Create Forgot Password System In PHP & MySQLi [2018]
37:33
Senaid Bacinovic
Рет қаралды 39 М.
HTML/PHP Contact Form Tutorial with Validation and Email Submit
27:28
Clever Techie
Рет қаралды 519 М.
Login With Google Account Using PHP & Client API & Bootstrap Design
25:34
Senaid Bacinovic
Рет қаралды 101 М.
When you have a very capricious child 😂😘👍
00:16
Like Asiya
Рет қаралды 18 МЛН