PHP Email Verification And Validation Tutorial - Registration & Login Form

Поделиться
HTML-код
  • Опубликовано: 10 сен 2024

Комментарии • 346

  • @SenaidBacinovic
    @SenaidBacinovic  5 лет назад +5

    Do you want to become a web developer from scratch??? Check this: bit.ly/devAccelerator

    • @tigerc572
      @tigerc572 5 лет назад

      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 4 года назад

      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 лет назад +2

    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 6 лет назад +4

    I wonder you keep on moving forward creating wonderful educational stuffs. You are amazing tutor the real Guru

    • @SenaidBacinovic
      @SenaidBacinovic  6 лет назад +1

      Yes, there are 100 more videos planned just for 2018 :)

  • @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.

  • @adubivictor823
    @adubivictor823 6 лет назад +2

    This is incredible Senaid. Good work! Please keep it up......

  • @bezawadaharikrishna3444
    @bezawadaharikrishna3444 6 лет назад +2

    Thanks Bro, working perfectly helped me lot. Thanks again

  • @Marko-mh6ug
    @Marko-mh6ug 5 лет назад +1

    Great video, it helped me a lot, thank you so much :) keep up the great work my friend :D

  • @user-rb6vi4op3z
    @user-rb6vi4op3z 6 лет назад +1

    Really nice and easy! Good job and thank u so much for code download link! U and your lessons are awesome!

  • @mrjean9376
    @mrjean9376 4 года назад +1

    im just subs man!! this is very great channel!! keep posting broo

    • @SenaidBacinovic
      @SenaidBacinovic  4 года назад +1

      Thank you :)

    • @mrjean9376
      @mrjean9376 4 года назад

      @@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  4 года назад +1

      @@mrjean9376 That means a lot, thank you so much. In 2020 there will come a lot of amazing content (weekly). :)

  • @user-bb2iu3tw2m
    @user-bb2iu3tw2m 5 лет назад +1

    Thank you from Thailand.

  • @SajidLatifDK
    @SajidLatifDK 7 лет назад +2

    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 лет назад +1

      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.

  • @null7953
    @null7953 5 лет назад

    hvala, ovo je bas sta sam trebo

  • @yuvrajsubh6723
    @yuvrajsubh6723 6 лет назад +1

    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....

  • @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,

  • @InnovativeEducationBD
    @InnovativeEducationBD 6 лет назад +1

    Thank you very much from Bangladesh.

  • @user-sr9nh3lc2x
    @user-sr9nh3lc2x 7 месяцев назад

    Thank you 🎉

  • @kelvinmuriithi
    @kelvinmuriithi 5 лет назад +1

    Thank you

  • @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..

  • @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.

  • @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.

  • @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

  • @budisetyawan8272
    @budisetyawan8272 4 года назад +1

    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 года назад +1

      @@SenaidBacinovic okay i will check it thank you sir,

  • @modemilee1580
    @modemilee1580 4 года назад

    nice video sir. it helped me a lot, thank you so much..

  • @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...

  • @fornaxgaming2667
    @fornaxgaming2667 5 лет назад +2

    sir you are awesome realy

  • @opiii6576
    @opiii6576 6 лет назад +1

    Those who receive a fatal phpmailer error when submitting "Register", you should include the following chunk of code in the beginning of php script:
    use PHPMailer\PHPMailer\PHPMailer;
    require('PHPMailer/PHPMailer.php');
    require('PHPMailer/SMTP.php');

  • @garikapativenkatrao1121
    @garikapativenkatrao1121 5 лет назад +1

    Thank you
    100% working

  • @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">

  • @kashishmadaan1576
    @kashishmadaan1576 6 лет назад +1

    Thnks sir
    No doubt u r awesome.............

  • @EnergyLifeAG
    @EnergyLifeAG 5 лет назад

    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!

  • @abhidita143
    @abhidita143 6 лет назад +1

    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

  • @XrangaliaX
    @XrangaliaX 5 лет назад

    Good day sir i setup everything but when im done to register this error is display "
    Something wrong happened! Please try again!" but is already store in my database .. i mean what meaning of this error? thanks a lot :)

  • @kjatinr
    @kjatinr 5 лет назад

    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..

  • @horaciovalladares5434
    @horaciovalladares5434 5 лет назад +1

    Great job, thanks for shared.

  • @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?

  • @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?

  • @theranko1640
    @theranko1640 4 года назад

    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!

  • @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.

  • @chome4
    @chome4 4 года назад +1

    Is there a way to incorporate 'forgotten your password' code into this?

  • @officialsatisfyingvids8296
    @officialsatisfyingvids8296 2 года назад

    What phpmailer for?
    Can you create a video of users to verify their email with opt verification without any software

  • @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

  • @lukokanalas7194
    @lukokanalas7194 6 лет назад +1

    Good job. You made my day

  • @herlambangherlambang2162
    @herlambangherlambang2162 5 лет назад +1

    Nice tutorial, thank you

  • @Elm2023
    @Elm2023 5 лет назад +1

    awesome tutorial thank you

  • @kalimam553
    @kalimam553 5 лет назад

    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

  • @korakoretrailadventure4148
    @korakoretrailadventure4148 5 лет назад +1

    thank you for source code , that code is very helpful for me..

  • @adante407
    @adante407 5 лет назад +1

    Great tutorial.👍 What MySQL GUI are you using in this tutorial? Thanks for your great tutorials.

  • @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?

  • @tiqo8549
    @tiqo8549 3 года назад

    Got a lot of errors in the source code. input fields were not ok, phpmailer error..

  • @BF_PH
    @BF_PH 5 лет назад +1

    thanks for this tutorial

  • @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?

  • @dinithprimal3263
    @dinithprimal3263 3 года назад

    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?

  • @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..

  • @gandabagasso5024
    @gandabagasso5024 3 года назад

    ca marche.. j'ai juste pas comprsi le role du token la dedans??

  • @dacck770
    @dacck770 6 лет назад +1

    will it work using localhost? if not, is there a way to have this email confirmation work in localhost? thank you

    • @SenaidBacinovic
      @SenaidBacinovic  6 лет назад +2

      Yes, it can work if you're sending via SMTP (the easiest way).

    • @dacck770
      @dacck770 6 лет назад

      Coding Passive Income thanks for the reply ~

  • @arthurminasyan9591
    @arthurminasyan9591 6 лет назад

    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

  • @saifulalam2058
    @saifulalam2058 5 лет назад +1

    thank you so much.....

  • @stevekwok4585
    @stevekwok4585 3 года назад

    Nice video. Can you make a video for Google authenticator Php

  • @airdropdaddy4050
    @airdropdaddy4050 5 лет назад

    I finally created my own login form using the tutorials you gave that echo's "you have been logged in"
    But I wanna Change the login button on the top right corner of my website to a "view profile button with options such as a logout session"
    Tried every method I know still I now have no idea of what am doing 😢😢😢
    Any tutorials out there... I need help guys

  • @AshokKumar-qx8wh
    @AshokKumar-qx8wh 6 лет назад +3

    Why don't you take donations and make more such videos? Are you a teacher? You are the Sal Khan(Khan Academy) of web programming.

    • @SenaidBacinovic
      @SenaidBacinovic  6 лет назад +2

      No, I am not a teacher, I just love coding, and I don't need donations but thank you for the offer. :)

  • @loluadelore883
    @loluadelore883 5 лет назад +1

    what link would I use for the email confirmation

  • @vickdick8411
    @vickdick8411 6 лет назад +1

    Nice! I'll try this

  • @kanwalyaseen85
    @kanwalyaseen85 6 лет назад +1

    thanks sir you are very nice

  • @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

  • @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

  • @dimitrijejovanovic6779
    @dimitrijejovanovic6779 6 лет назад

    Can You write this in procedural programming? This is object oriented...thanks..it would be very helpful to me..thanks

  • @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!

  • @hillolmajumdar1664
    @hillolmajumdar1664 5 лет назад

    Hello sir, thanks for the information, but after i register i am not receiving any mail, no error is showing. please help me out

  • @BucurIonNiculae
    @BucurIonNiculae 5 лет назад +1

    Nice tutorial, i like it...

  • @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?

  • @Goofy-n8w
    @Goofy-n8w 5 лет назад +1

    Download does not working

  • @MofizulIslam21
    @MofizulIslam21 5 лет назад

    I'm using your source code. But why I see again and again- "Please check your inputs!"- prntscr.com/m02zbw why can't process data?
    Actually, its totally can't process data. When making false (if (($name == "" || $email == "" || $password != $cPassword)==false)) the first condition, I see a bad error- prntscr.com/m03a5k
    But another code on my server is working fine.

  • @epicfacts9435
    @epicfacts9435 5 лет назад

    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

  • @sunnykumar9988
    @sunnykumar9988 6 лет назад +1

    Plz. Make video on otp verification with timer,

  • @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

  • @psawyer871
    @psawyer871 5 лет назад +2

    what if i don't have a domain and i am only working in localhost. how can i do the verification?

    • @SenaidBacinovic
      @SenaidBacinovic  5 лет назад +1

      You can send an email from localhost easily by using SMTP.

    • @psawyer871
      @psawyer871 5 лет назад +1

      @@SenaidBacinovic i just found out that few minutes ago. Thank you very much for your effort!

    • @SenaidBacinovic
      @SenaidBacinovic  5 лет назад +1

      My pleasure, enjoy it. :)

    • @shuhadakhabir3612
      @shuhadakhabir3612 5 лет назад

      @Coding Passive Income How to send an email from localhost easily by using SMTP?

  • @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

  • @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!

  • @mozammilhussain1835
    @mozammilhussain1835 6 лет назад

    how to fix this warning message
    Warning: escapeshellcmd() has been disabled for security reasons in /storage/ssd3/927/5020927/public_html/PHPMailer/PHPMailer.php on line 1584
    but email sent successfully
    please fix this

  • @lokeshsharma5232
    @lokeshsharma5232 7 лет назад +2

    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.

  • @wisdomkapende6325
    @wisdomkapende6325 5 лет назад +1

    great work

  • @007mahaveer
    @007mahaveer 6 лет назад +1

    Neat and clean code, easily understood.. thanks brother !!

  • @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 лет назад +1

      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 5 лет назад

      facing same problem how to solve this problem ????

  • @sportslover9589
    @sportslover9589 6 лет назад

    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  6 лет назад

      You need to include Exception class. After the line:
      include_once "PHPMailer/PHPMailer.php";
      Add line:
      include_once "PHPMailer/Exception.php";

  • @jayjaylord1999
    @jayjaylord1999 6 лет назад

    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  6 лет назад

      Please read this: stackoverflow.com/questions/41846441/phpmailer-and-function-escapeshellcmd

  • @aggreyafray6869
    @aggreyafray6869 5 лет назад

    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  5 лет назад

      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 5 лет назад +1

      @@SenaidBacinovic cool, i will be waiting on

    • @SenaidBacinovic
      @SenaidBacinovic  5 лет назад

      thank you :)

  • @scheidegg
    @scheidegg 4 года назад

    Did you hear something about SQL injections?

  • @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.

  • @buddhismusa2834
    @buddhismusa2834 6 лет назад

    it says "Please check your inputs!" but I don't have any problem with my inputs. what is the cause?

  • @smarttking1236
    @smarttking1236 5 лет назад +1

    please What is the name of your text editor sir

  • @rsadmehdiyev3871
    @rsadmehdiyev3871 6 лет назад +1

    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 лет назад +1

      Okay thank you

  • @lucianrusu7033
    @lucianrusu7033 4 года назад

    I have been trying to find a good tutorial about this topic, but like many other tutorials, this one turn out to be, yet another waste of time. Thanks for your efforts anyway. Fatal error: Uncaught Error: Class 'PHPMailer\PHPMailer\Exception' not found in....

    • @yow1033
      @yow1033 3 года назад

      same problem huhu but mine is instead of Exception, PHPMailer says

  • @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.

  • @mohammednadeem5228
    @mohammednadeem5228 6 лет назад

    showing error Fatal error: Class 'PHPMailer\PHPMailer\Exception' not found in C:\xampp1\htdocs\PHP Email Confirmation\PHPMailer\PHPMailer.php on line 1658

    • @SenaidBacinovic
      @SenaidBacinovic  6 лет назад

      You need to include Exception.php file, the same way you included PHPMailer.php

  • @hitsureja279
    @hitsureja279 5 лет назад +1

    Good video!!!.....

  • @avederra8787
    @avederra8787 5 лет назад

    Hi sir we tried this code. its showing your email id is verified please check. But in mail no message. what is the issue we are facing please helpout.

    • @GT-OTB
      @GT-OTB 5 лет назад

      junk folder mate

  • @tejasar5229
    @tejasar5229 6 лет назад

    Sir, make a tutorial for convert application form to PDF online & send with email...please help me sir

  • @UmerFarooq-ug1qt
    @UmerFarooq-ug1qt 6 лет назад +1

    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

  • @sanchitgupta6151
    @sanchitgupta6151 6 лет назад

    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  6 лет назад

      Are you testing this on localhost?

    • @sanchitgupta6151
      @sanchitgupta6151 6 лет назад

      Coding Passive Income Yes Localhost.

    • @SenaidBacinovic
      @SenaidBacinovic  6 лет назад

      That could be a problem. Have you tried to send an email using SMTP?

  • @anonshot3264
    @anonshot3264 6 лет назад +1

    nice work bro :)