From the course: Ajax with PHP: Add Dynamic Content to Websites

Welcome

- [Kevin] Welcome to AJAX development with PHP. My name is Kevin Skoglund, and I run a web development company called Nova Fabrica. During this course, we will learn how to write the JavaScript code for an AJAX request as well as learn how AJAX keeps track of the request and receives the results. We will learn how to use PHP to detect AJAX requests and to respond with text, HTML, or JSON, and we'll get hands on experience by crafting several projects in AJAX. We'll create a button for liking or favoriting a blog post, we will create a form which submits data, handles form errors, and provides a good user experience, we will implement infinite scrolling so that a page keeps loading more content as users scroll downward, and we will offer search suggestions below a search text field as the user types. Don't worry if you're not an expert. I'll walk you through all of the steps. Let's get started learning AJAX development with PHP.

Contents