Friday, October 14, 2022

AJAX with PHP: Load dynamic content to websites

 Add dynamic, asynchronously loading content to websites to make them more modern, professional, and user friendly with Ajax and PHP. Learn how to use Ajax to send and receive data in the background and how to use PHP to assemble and return text, HTML, or JSON responses. Kevin Skoglund walks viewers through sample projects for the most common Ajax use cases: buttons to allow users to mark or favorite items, forms that validate and submit data in the background, infinite scrolling of paginated content, and autosuggestions beneath a text field.

Learning objectives

  • What is Ajax?
  • Creating Ajax requests and responses
  • Monitoring Ajax request state and events
  • Responding to Ajax requests with HTML and JSON
  • Building Ajax buttons
  • Submitting forms with Ajax
  • Implementing infinite scrolling
  • Adding autosuggestions to text fields

No comments:

Post a Comment