
Know the basics: have programming fundamentals, a willingness to learn, and a computer with stable internet to start this course.
Explore IDE options for web development, including NetBeans, Brackets, Visual Studio, and Atom, with debugging and Git integration. Install and set up your chosen IDE to build sample applications.
Organize ajax functionality by moving plain-text loading into a separate script file under assets/scripts, attach via script src, and verify updates with ajax to keep code clean and debuggable.
Create an index.php page and set up an ajax-driven navigation bar using PHP and foundation CSS; populate the three-dimensional continent table area with AJAX and style the menu for responsiveness.
Learn to populate a php mysql database with continents and countries using an ajax get request, then dynamically render the navigation menu with ajax calls and es6 JavaScript.
Build a delete post endpoint in PHP by reusing the create endpoint logic, read post_id from the query string, and call the post model's delete function to return success.
Learn to build a read single post endpoint in php mysql with ajax to fetch a post's title and body from the database and return json.
This lecture teaches building a read all records endpoint in PHP, using the post query to fetch multiple posts via the read method, looping through results and outputting post items.
Create a post interface using Ajax and PHP to display, create, and update posts with update_post and add_post endpoints. Implement form wiring and a display_post area for dynamic interaction.
Create an ajax php post function to save posts and display them. Show loading during requests and update the post list after posting.
Explore building a get request with PHP and Ajax using ES6, fetch JSON continent data, and render a dynamic navigation list.
Extend fetch usage from get to post by building a fetch_post template, wiring loading indicators and hide/show form controls, and integrating a php mysql ajax-style interaction.
Fetch posts with a get request using fetch, parse json from the api, and render posts with edit and delete buttons on the page.
This course is dedicated to teach students how to build applications using php, mysql ajax & modern JavaScript Es6 fetch api methods, without using any JavaScript library like jquery etc.
This course will give you solid foundation of working with php and ajax, learning to work with XMLHttp request and the also understanding and learning to work with modern features of ES6 i.e fetch API and php together.