Hello I know how to make real time crud operations without page reload with jquery and php, can I make crud operations without page reload with javascript and php in 2022? If I can how can I?
CodePudding user response:
You can, and I think you can use background app refresh instead of using socket programming. It is much easier and faster!