directly without reloading the page every time
Can i do this with php and laravel?
just use javascript in frontend and serve the API with PHP/Laravel
If i use html or any other languege in front end Users must reload the page every time?
use Vue/React/Angular/Svelte or whatever in frontend
It is always html that you see in the browser. Difference is the method you use to fetch new data. You need JavaScript to fetch data without reloading the page.
Обсуждают сегодня