What is the use of ajax in php?
Answer / Nagpal Singh
AJAX (Asynchronous JavaScript and XML) allows PHP to communicate with a web browser asynchronously, without interfering with the display and behavior of the existing page. This makes it possible to update parts of a webpage without reloading the whole page, providing a more dynamic user experience.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the types of variables in php?
What are different types of runtime errors in php?
what is DDL and DML?
How arrays are used in php?
What is php explain?
What does the function get_magic_quotes_gpc() means?
Tell me what does pear stands for?
Is it difficult to learn php?
What is the use of array_search() in php?
How to access standard error stream in PHP?
How to find datatype of variable in php?
Why use php artisan serve?