What is the use of ajax in php?



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

Post New Answer

More PHP Interview Questions

What are the types of variables in php?

1 Answers  


What are different types of runtime errors in php?

1 Answers  


what is DDL and DML?

10 Answers  


How arrays are used in php?

1 Answers  


What is php explain?

1 Answers  


What does the function get_magic_quotes_gpc() means?

1 Answers  


Tell me what does pear stands for?

1 Answers  


Is it difficult to learn php?

1 Answers  


What is the use of array_search() in php?

1 Answers  


How to access standard error stream in PHP?

1 Answers  


How to find datatype of variable in php?

1 Answers  


Why use php artisan serve?

1 Answers  


Categories