Home > Software engineering >  Make crud without page refresh
Make crud without page refresh

Time:03-14

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!

  • Related