thankk youuu bro i was having so many doubts but did not found anything on yt which can solve that doubts. Your video helped me so much .
@code2ran2 ай бұрын
I am getting "/ajax-student/store" as 500 (Internal Server Error) and data is not passing . Any help ?
@lekien2508 Жыл бұрын
You don't need csrf_token for ajax? I have error 403, I use CI4 ajax to insert.
@neetubhatti38082 жыл бұрын
how to use form validation if i have multiple radio and checkboxes?
@parmanandthakur3513 Жыл бұрын
when the data get inserted to the database the modal overlay appear on the screen. how to fix this ?
@asnkago52022 жыл бұрын
nice tutorial. how to get full source code of this project?
@jefrilie54093 жыл бұрын
thx for the tutorial.to prevent duplication entry (email), how we do that? thx
@neerajmalviya313 жыл бұрын
how can we get source code of this playlist?????
@FijiMadhlaIndia Жыл бұрын
What is the name of extension for ajax????
@fundaofwebit Жыл бұрын
Jquery extension
@axeltahmid3 жыл бұрын
will this work for images?
@DEPODEVELOPER-bc9yd Жыл бұрын
Notworking
@rukmanikumari1193 жыл бұрын
Nice video
@truthteachers Жыл бұрын
This guy will not release the source code because he sells them at a very high price. Worse, he does not reply any of the comments.
@fundaofwebit Жыл бұрын
If possible, can you help me to reply my hundreds for comments along with my job and house works, facebook, 2 KZbin channels. It's very hard to manage everything. Today is Friday, I got time and saw this comment. As a developer try to search/google it, there 1000s of codes available everywhere. You just need to research step by step for your requirement while coding it.
@truthteachers Жыл бұрын
@@fundaofwebit (1) If you are getting hundreds of comments could either mean your courses are good and people are interacting or your courses are so hopeless people get con and they curse you. In your case, fortunately, the courses are great but people may dump you because they dont get help and most of the courses are outdated. (2) Why are you in the KZbin? To train and help developers progress while also making money from the views, which you deserve. The reason you are overcrowded is because you dump too many videos and and cannot manage any. Focus and deliver quality, dont dump and hope that money will come from all. There is one guy who does this . Just dumps hundreds of videos and it seems he fakes viewers of a max of 10 to 15 as posted by one of the viewers. (3) Now you want to charge for the source codes and many of us are willing to pay for good work but dont rob. There is one lady who published a full stack course in Udemy and she has 348k students all paying USD 20 which totals USD 6,000,000. Would you believe that? See this link :www.udemy.com/course/the-complete-web-development-bootcamp/ She did not need hundreds of courses, did only one and in totality. Check it out. So my advise, dont moan and groan. Focus and deliver the best. Try publishing in Udemy and make more. Your courses are good and i will pay for them. I am only advising this because you are an Indian.
@idhammansyah45382 жыл бұрын
hello bro, i wanna ask you something about my error. I've got error 500 for internal service that meaning my code isn't working. I already follow your tutor, but i wanna ask in here $.ajax({ method: "POST", url: "/ajax-student/store", data: "data", dataType: "dataType", success: function (response) { $('#staticBackdrop').modal('hide'); $('#staticBackdrop').find('input').val(''); alertify.set('notifier', 'position', 'top-right'); alertify.success(response.status); } }); in URL, you give the name 'ajax-student', where did you code? that's my questions. Please answer my questions, thank you
@fundaofwebit2 жыл бұрын
dataType not required.
@idhammansyah45382 жыл бұрын
@@fundaofwebit ah i see.. I'll try it. If still error, i'll ask you more yaa, thank you so much
@fundaofwebit2 жыл бұрын
Remove " " (Double quotes) from data: "data" Eg: var data {}; data: data