Это видео недоступно.
Сожалеем об этом.

PHP OOP Login Register Using AJAX: Introduction Urdu/Hindi Part 1/9

Поделиться
HTML-код
  • Опубликовано: 13 ноя 2017
  • In this playlist you will learn how to build PHP OOP Login, Registeration system using jQuery AJAX. It includes Signup, Login, Reset Password & Forgot Password Recovery via Email.
    Download Source code: bit.ly/2zKB1uh
    Download & Install Composer Tutorial: • Google reCaptcha v2.0:...
    Facebook: / assadullahch
    Buy Courses: proetutor.com
    For queries:
    Mobile: +92 332 4737443
    WhatsApp: +92 332 4737443

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

  • @assadullahch1960
    @assadullahch1960  6 лет назад +4

    Give this video a thumbs up if you liked it.
    Give this video a thumbs down if you disliked it.
    Your feedback will improve the quality of upcoming tutorials.
    Subscribe to my channel for latest updates.
    Thanks!!

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

      Dear AssadUllahCh, May I get the Link to validate user input data server side?

  • @omjoshi1748
    @omjoshi1748 3 года назад +2

    This is what I was looking for, appreciate your efforts and valuable time on this tutorial...

  • @sameersameer329
    @sameersameer329 2 года назад +1

    Nice Dude. Heads off for your effort & thanks for listing your audience. Please ke
    ep it up. Very helpful Video.

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

    Bahotkhub sir, hindi urdu me youtube pe php ki sabse best series he yeh

  • @lokesh1pawar
    @lokesh1pawar 3 года назад +1

    So kind of you ❤️🙏

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

    It is very helpful sir thank you

  • @manojrohit7727
    @manojrohit7727 3 года назад +1

    Sir please make a video for change password with OTP send on email and message both in php ajax PDO

  • @AmitVishwakarma-ex1hy
    @AmitVishwakarma-ex1hy 2 года назад +1

    Sir aapne kaamal ki video Bnai hai special thank sir ek video otp system pr bnaiye jis me registration ke time bhi OTP and login ke time bhi OTP vo bhi massage ke throw mobile pr please sir using oops ajax please sir 🙏

  • @qasimali-ix2rr
    @qasimali-ix2rr 6 лет назад +1

    Dear assad,i appriciate your great effort,,,Sr plz meri aik probleme kindly us ka solution share kar dein...booking form me date date to day count karny like from date 1-12-2017 todate 5-12-2017 so kiun ke agr date date calender se choose karein to server hamein like 2017-12-01 show karta hai plz share logic we will use in this..

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

      First of all, thanks for the appreciation. As far as your question is concerned, to be honest, I could not fully get it. It seems like you want to get a date difference in days and you want to change the date format (YY-MM-DD to DD-MM-YY) also which is coming from html form.
      You can do something like the following:
      $formDate = "2010-03-21";
      $newlyFormattedDate = date("d-m-Y", strtotime($formDate));

    • @qasimali-ix2rr
      @qasimali-ix2rr 6 лет назад

      Thanks for reply, sr simple question ke date to date format se number of day kesy count honay..

    • @qasimali-ix2rr
      @qasimali-ix2rr 6 лет назад

      My project is in php pdo..

    • @qasimali-ix2rr
      @qasimali-ix2rr 6 лет назад

      Like YY-MM-DD
      YY-MM-DD
      No of days=

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

      You can do something like this:
      $date1 = new DateTime("2007-03-24");
      $date2 = new DateTime("2009-06-26");
      $interval = $date1->diff($date2);
      echo "difference " . $interval->y . " years, " . $interval->m." months, ".$interval->d." days ";
      // shows the total amount of days (not divided into years, months and days like above)
      echo "difference " . $interval->days . " days ";

  • @AmanYadav-fe1tk
    @AmanYadav-fe1tk 6 лет назад +1

    Sir ..ap ne login developed kr..nav bhi developed aur many more...so sir .my request ...to you..ek esii website developed kre jis se hamare aur concept banege boz I m 2 year students from computer science... Like e-commerce ,news,song website,video uploading website like a RUclips ,...koi so bhi ek ..sir please..

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

      Will do it for sure but it's not possible right now since my schedule is very tough and currently i'm only doing short tutorials which don't take time to do. I'll do it too but later on.

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

    TanQ bro

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

    How to create Signup and Login forms on the same single page using AJAX... Please Help Me...

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

    sir, I had watched all the videos and its awesome but sir you just miss one point which is to remember password on login page how to program this thing thanks

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

      Will implement this missing part for sure.

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

      @@assadullahch1960 thank u so much waiting sir ..for this part and other vedios too.

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

    sir mujay AJAX nai ati ha to kia me is mini project ko fellow kr skta hn ? but mujay baisc JavaScript ati ha .

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

      AJAX is not a huge thing. You can even learn it's basics in a few minutes you already know the basics of JavaScript or jQuery

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

      Okay thanks a lot sir me pahlay ajax daykh ta hn ap i think ap k chanel pay han . ap k both achay instructor han your teaching style best best best ha broo . Thanks for sharing your great knowledge with us :)

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

    I like what you have created for us but we would like to see same without pdo. PHP OOP Login Register Using AJAX with procedural php . Is it possible?

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

      By reading your question, it seems like you lack the basics. If this is the case then i would recommend you to watch my video tutorials related to PHP OOP hosted on my channel in which i explained MySQLi and PDO both. The right way to do is to learn MySQLi separately and watch these videos and code for yourself. A developer should always stay away from spoon feeding. It does not make any sense to redo this with MySQLi since it's just a matter of an other library. That's it.

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

      I mean if you learnt how to add 2 numbers, you should be able to add 3 numbers if you got the idea how adding operation works.
      Hope you get it.

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

    Dear AssadUllahCh, May I get the Link to validate user input data server side?

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

      You can search on my channel.

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

      @@assadullahch1960 dear sir , failing to find the "server side form validation" please comment the link.

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

    Dear sir,
    Can you please make a video using Angular with PHP

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

      Please be specific with your requirement. We can do a lot of stuff with Angular and PHP. What exactly you want me to.

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

      @@assadullahch1960 Sir Please make CRUD operation example .. or please design an e-commerce cart project with Angular. I want to know only how we send and receive data with Angular with PHP script. Please do an example with Angular 2 or higher. So that we can use this in real time project.

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

    Thanks for tutorial AssadUllahCh, sir image name kho kase display kiya jhayea input file value main ? main nay edit profile page banaya hai lakin jhab main edit karta hoo too baqi name email sub kuch display hoo jhata hai lakin image name display nai hota input file kai value main .

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

      File ki value $_FILES array mein ati hay $_POST mein doosra data ata hay. Agar ap chahtay ho k user ki input say jo file name input kia jaye ga wohi filename server pay b file ka set hona chahiye to ye b possible hay. File uploading say related meri examples availale hain. Ap channel ki search bar mein ja kar search kar saktay ho.

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

      Thank you very much sir.

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

    Dear Assad, it wonderfully project, can you include the same project with Multilevel Dynamic Menu PHP & MySQLi/ PDO .
    by the way sir where are the source code as you promised every tutorial you will upload you will add the source code kindly send us the source code ASAP.
    kindly requesting how can add the main menu include it.
    BR,
    Mohammad Awais
    16/Nov/2017

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

      I already did another playlist on dynamic dropdown menu. There's nothing new in there. Watch that video carefully and this one as well, do some brainstorming and you will be able to combine both.

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

      Source code link is in the description

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

      i wacted both of them but i am not able to marge tem toghter can provide a tutorial or direct send to marged one.

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

      If i provide you everything, how would you learn then?? You should learn the language basics very well so then you can come up with such a basic solution easily on your own. If you keep depending upon others and don't do brainstorming, you won't be able to learn.

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

      Dear show us the way and we will read it to learn how it work to get a idea. that is the point to asked you how it work.

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

    sir plzz like dislike in posts system pe videos banao