Inventory Management System using PHP, Mysqli, jQuery-Ajax and Bootstrap Part - 10

Sdílet
Vložit
  • čas přidán 6. 09. 2024
  • Inventory Management System using PHP, Mysqli, jQuery-Ajax and Bootstrap V4

Komentáře • 38

  • @sruthiparvatha8790
    @sruthiparvatha8790 Před 4 lety +2

    Thank you so much for these highly detailed videos. It is highly understandable and very well structured. Once, again thank you so much .

  • @lynnnana5633
    @lynnnana5633 Před 4 lety +1

    Great tutorials, Bravo. Keep it up, thanks very much

  • @MrChessra
    @MrChessra Před 6 lety +1

    So far so good my friend! I really like this project it's modern and very well structured, after this, I will continue learning PDO, thanks for the time you take to do these tutorials!

  • @bogalenigussietolosa5138

    you are the great man bro !thank you

  • @shahryarpiyarali
    @shahryarpiyarali Před 4 lety +3

    Instead of removing cache, you can hard refresh by pressing ctrl+f5. (Chrome Browser)

  • @NezavisniMislilac
    @NezavisniMislilac Před 6 lety

    Very nice projects, thanks!

  • @sciencenerd8326
    @sciencenerd8326 Před 5 lety

    I'm Loving It!

  • @sujaypattiwar4384
    @sujaypattiwar4384 Před 4 lety +1

    Sir I was at the stage of alert("ready") when clicked on login but the
    ready alert was not obtained even when cleared my cache and also tried on another browser. Please Help me sir.

    • @RizwanKhanDeveloper
      @RizwanKhanDeveloper  Před 4 lety

      Can u check your browser console if you getting any js error it will not work

    • @sujaypattiwar4384
      @sujaypattiwar4384 Před 4 lety +1

      @@RizwanKhanDeveloper Ok sir, Now I got the results. Thank you so much sir for your help. You make the coding very much understandable. Thank you.

  • @itdeskelim9645
    @itdeskelim9645 Před 6 lety

    hey sir, I have a problem
    $.ajax({
    url : DOMAIN+"/includes/process.php",
    method : "POST",
    data : $("#register_form").serialize(),
    success : function(data){
    if (data == "EMAIL_ALREADY_EXISTS"){
    alert("E-mail already used");
    }else if (data == "SOME_ERROR"){
    alert("Something Wrong");
    }else{
    window.location.href = encodeURI(DOMAIN+"/index.php?msg=You are now registered Now you can login");
    }
    }
    })
    validation of e-mail doesn't work, what could be the problem with this?
    only third condition works ..

  • @user-we1tf7eo2w
    @user-we1tf7eo2w Před 4 lety +1

    please help me.
    I want login if different usertype (admin,other) to different page.
    What should I do?

  • @user-ij6vn3es8d
    @user-ij6vn3es8d Před rokem

    add a logout as well as session to remember user

  • @globalwebnetsolutions
    @globalwebnetsolutions Před 6 lety +1

    In Which Tutorial You have done User Login PHP coding Please tel me Video Series

  • @md.moshiulislam6529
    @md.moshiulislam6529 Před 6 lety +2

    Brother i think you have a mistake in process.php file

  • @darado5604
    @darado5604 Před rokem

    I try to re-watching your video but still always show error "don't match password" what the problem? please help solved, thank

    • @darado5604
      @darado5604 Před rokem

      I am learning your code it's so good

  • @Joynal05
    @Joynal05 Před 6 lety

    nice

  • @waqasrehman3899
    @waqasrehman3899 Před 6 lety +1

    i have some problem i dont no where even console does not show my error ma password kuch b liko tu dashboard py chala jata ho

  • @informatiqueappliquee517

    I got error whie trying to connect

  • @ebissolutiontheoder3107

    how to check hash password when login to system unable to login to dashboard after enter email and password

  • @comedian4006
    @comedian4006 Před 5 lety

    how can i add extra features

  • @prasadini41615
    @prasadini41615 Před 6 lety

    i reset my browser.but not work login.

  • @SuDbeat9999
    @SuDbeat9999 Před 6 lety

    i have problem with login .... if i click into login then it should goto dashboard but its showing non effect and page is remain as it is ......as well as in password part ...if i give password then it is not giving any alert

    • @krishnapatel-ys7nk
      @krishnapatel-ys7nk Před 4 lety

      I think you need to clear cash. U can do it by pressing ctrl+shift+R if all ur code is right then it will work

    • @hackerguru7528
      @hackerguru7528 Před 2 lety

      Same problem i have

  • @heyyy4987
    @heyyy4987 Před 4 lety

    github please..

  • @virendraarekar539
    @virendraarekar539 Před 6 lety

    Code plz.