Codeigniter 3 - Ajax Server Side Validation

Поділитися
Вставка
  • Опубліковано 27 січ 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!

  • @pinkkryboard157
    @pinkkryboard157 4 роки тому

    OMG! Thanks for this

  • @ErsenKiremitci
    @ErsenKiremitci 6 років тому

    Thank you for this tutorial. Have a good one!

  • @rohitbhati5689
    @rohitbhati5689 7 років тому

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

    • @TutsPrime
      @TutsPrime  7 років тому

      You are welcome. Glad that you like it.

  • @Ericcbarbosa
    @Ericcbarbosa 8 років тому

    Thank you, it helped me a lot!

    • @TutsPrime
      @TutsPrime  8 років тому

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

  • @rudestewing
    @rudestewing 7 років тому

    you are awesome bro

  • @bigkiandi6194
    @bigkiandi6194 7 років тому

    very thanks. this is usefull

  • @hilingiskilling9827
    @hilingiskilling9827 6 років тому

    thanks yups

  • @mamdouhzaq
    @mamdouhzaq 8 років тому

    Thanks man.

  • @angtuberobaw
    @angtuberobaw 6 років тому

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

  • @mobeenali8172
    @mobeenali8172 7 років тому

    Thanks Bro :)

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

  • @viju1661
    @viju1661 8 років тому

    Great

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

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

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