Dynamic Content Load Using jQuery and AJAX in PHP

Dynamic Content Load Using jQuery and AJAX in PHP

Dynamic content loading for web page is simple approach of loading page content by click on navigation menu link without page refresh. One of my blog readers requested me to write this tutorial. So, in this post we will discuss how to load dynamic content using jQuery and AJAX. Page content loads faster without refreshing … Read more

PHP cURL

cURL stands for client URL. This is basically a library which allows communicating with many different type of server with different protocols like HTTP, FTP etc. When we work on XAMPP or WAMP(localhost) then cURL library is included in it. To enable the cURL we have to edit php.ini file which are shown below. Instead … Read more