'Make crud without page refresh
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?
Solution 1:[1]
You can, and I think you can use background app refresh instead of using socket programming. It is much easier and faster!
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Raymond Shafiee |
