Codeigniter 3 - Ajax Server Side Validation

แชร์
ฝัง
  • เผยแพร่เมื่อ 30 ม.ค. 2025

ความคิดเห็น • 30

  • @samintha1
    @samintha1 8 หลายเดือนก่อน

    Thank You Sir. It works very well, Good Luck

  • @its_raju
    @its_raju 6 ปีที่แล้ว

    Finally I found what I'm looking for.. Thanks👍

  • @arielcaurapan881
    @arielcaurapan881 5 ปีที่แล้ว

    Thanks you for this tutorial. Excellent!

  • @ErsenKiremitci
    @ErsenKiremitci 6 ปีที่แล้ว

    Thank you for this tutorial. Have a good one!

  • @Ericcbarbosa
    @Ericcbarbosa 8 ปีที่แล้ว

    Thank you, it helped me a lot!

    • @TutsPrime
      @TutsPrime  8 ปีที่แล้ว

      You are welcome. Glad to hear that it help you :)

  • @pinkkryboard157
    @pinkkryboard157 4 ปีที่แล้ว

    OMG! Thanks for this

  • @rohitbhati5689
    @rohitbhati5689 7 ปีที่แล้ว

    thanks bro ..... Excellent.......

    • @TutsPrime
      @TutsPrime  7 ปีที่แล้ว

      You are welcome. Glad that you like it.

  • @rudestewing
    @rudestewing 7 ปีที่แล้ว

    you are awesome bro

  • @bigkiandi6194
    @bigkiandi6194 7 ปีที่แล้ว

    very thanks. this is usefull

  • @mamdouhzaq
    @mamdouhzaq 8 ปีที่แล้ว

    Thanks man.

    • @TutsPrime
      @TutsPrime  8 ปีที่แล้ว

      You are welcome

  • @mobeenali8172
    @mobeenali8172 7 ปีที่แล้ว

    Thanks Bro :)

  • @angtuberobaw
    @angtuberobaw 6 ปีที่แล้ว

    Hi, how about with image or file upload validation? Sorry for silly question Im new in CI

  • @SunilRana-ys9wz
    @SunilRana-ys9wz 9 ปีที่แล้ว

    good video! thanks . but how can you re-direct to another page upon success?

    • @TutsPrime
      @TutsPrime  9 ปีที่แล้ว +1

      +Sunil Rana You can call this line: window.location.href = "the target"; after close the success message. If you see in finish source code, you can modify line 76:
      $(this).remove();
      with this lines:
      $(this).remove();
      window.location.href = "your target";
      Hope it help.

  • @giorgiobarone9784
    @giorgiobarone9784 7 ปีที่แล้ว

    Hi Bro, thank you for this tutorial, it works for me!
    The unique problem I have is when I try to validate a multiple select.
    The error message referring to the multiple select field it doesn't displayed, probably because the name of field is an array and its name has [ ]... How to solve it?

    • @rohitbhati5689
      @rohitbhati5689 7 ปีที่แล้ว +1

      Hii Bro...... plz can you send me view and controller becouse my code is not working properly..

    • @TutsPrime
      @TutsPrime  7 ปีที่แล้ว

      Please check out here: github.com/edomaru/ci_ajax_validation

  • @viju1661
    @viju1661 8 ปีที่แล้ว

    Great

  • @hilingiskilling9827
    @hilingiskilling9827 6 ปีที่แล้ว

    thanks yups

    • @TutsPrime
      @TutsPrime  6 ปีที่แล้ว

      You're welcome.

  • @johnhora9908
    @johnhora9908 8 ปีที่แล้ว

    sir how can i pass my data to my controller ?

    • @khalidkhan5308
      @khalidkhan5308 8 ปีที่แล้ว

      Actually he is passing data to controller, if he does not, then it wouldn't be possible to validate data on server side. Just keep this in mind. First he is passing data to controller, after that he is getting response through JSON from the controller, if data is valid or not ! Appreciate your understanding.

  • @dave28lax
    @dave28lax 9 ปีที่แล้ว

    Your audio appears to be broken

    • @TutsPrime
      @TutsPrime  9 ปีที่แล้ว

      +dave28lax
      Sorry for that, I have not recorded the audio. Next video I would try to make the video better. Thanks.

  • @keif-er
    @keif-er 8 ปีที่แล้ว

    Thanks Dude.