Sir please explain how to update two table in codeigniter using ajax
@muradwakeupict1725 жыл бұрын
Thank you for sharing such a good tutorial. It works perfectly.
@bilalzahid36916 жыл бұрын
you are doing a great job really really helpful videos thank you soo much
@pasinduanjana21005 жыл бұрын
Not updated and deleted :( undifiend id. What should I do ?
@ajeetmaurya26475 жыл бұрын
very good explanation thank u
@ldhpro6 жыл бұрын
Sir very good and useful tech
@westfield906 жыл бұрын
Can you show how to delete a record with a nice bootstrap confirmation window rather than the default plain looking local host message
@tusharchaudhari13245 жыл бұрын
how can add search in this code
@Kixxz5 жыл бұрын
Didnt work for me :( I just have the captions of the table
@princekapoor46886 жыл бұрын
how to make an id autoincrement with input string
@sherifsalah55636 жыл бұрын
Just add a little more functionality like checking if data actually changed (get the old data on focus and compare it the changed data on blur and only do ajax update of they are not the same to save some processing time and bandwidth).
@hafizhma4 жыл бұрын
Done amazing job.
@hellobaby4825 жыл бұрын
it's not working .. only the heading is showing
@danielguzmanrobles96345 жыл бұрын
Very good video.
@unboxkarunadu3724 жыл бұрын
i am really searching for crud operation with just inline tables, not a data table, thank you sir.. you are my life savvier... Love from India.... my one and only request is please teach login through google autho and save data to database, thanks in advance.
@sherifsalah55636 жыл бұрын
Another addition .. please don't reload the whole table on insertion just prepend the new added row to the table body on success response from the server with the inserted id and voila less processing and fast reloading