Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Star Rating Project AJAX with JSON response from PHP MySQL
Rating: 4.3 out of 5(48 ratings)
1,600 students
Created byLaurence Svekis
Last updated 11/2021
English

What you'll learn

  • create a project from scratch
  • use AJAX to get MySQL data
  • Use JQUERY to receive JSON data
  • PHP and JQUERY working together
  • create an image rating project

Course content

2 sections23 lectures1h 39m total length
  • AJAX project course introduction2:39
  • AJAX project setup resource overview5:28
  • Setup resources for course1:00
  • AJAX project setup HTML template3:50
  • AJAX project setup CSS7:31
  • source HTML and CSS2:00
  • AJAX project jquery functions4:45
  • AJAX project AJAX to PHP response DB setup7:30
  • Source 1 DB connect PHP response AJAX code1:00
  • AJAX project database output to AJAX5:53

    Build an ajax-driven flow that retrieves a random item from the readings database, encodes the result as json, and outputs it for client-side display while enforcing session vote limits.

  • AJAX project return ID and Image update HTML4:41

    Leverage ajax and jQuery to return the image url and database id, then update the HTML image source and preview with the new data and display the total votes.

  • AJAX project response totals from database5:23
  • AJAX project PHP Sessions voter control3:43

    Learn to use PHP sessions to manage voting counts in an ajax star rating project. Initialize and decrement a votes left counter, with login or IP tracking to prevent abuse.

  • Server php source files1:00
  • AJAX project JQUERY index value4:37
  • New AJAX call with response updates to HTML6:16
  • AJAX project PHP database response code11:26
  • AJAX project error checking updates4:51
  • Source for second AJAX php file add1:00
  • JQUERY highlight of stars3:27
  • AJAX project tweaks7:03
  • Completed Project Source Code3:00

Requirements

  • basic html and css
  • desire to learn

Description

Learn how to make a image rating application from scratch!

Everything is included, source files, resources and top links to get you creating your own projects quickly. Syntax use is explained step by step learning.

Multiple technologies are used in this course together to demonstrate how projects can be built. HTML and CSS to create the base of the application. How to add Jquery and setup AJAX calls. Setup PHP files to respond back to the AJAX call sending JSON data back to the front end.

Full project from start to finish, use the source code to create your own version of this useful application. One of the best ways to learn is to see code in action, see what it does fully explained. MySQL database connection with front-end Jquery.

There are so many great things that can be accomplished when combining front and backend code. Real world projects like this are useful and can also be incorporated and expanded to multiple other purposes.

This course is designed to teach you how to create applications, better learn and understand AJAX and JSON.

  • HTML
  • CSS
  • MySQL
  • JQUERY
  • JavaScript
  • PHP
  • JSON

Most popular tech online is demonstrated in this course.

Who this course is for:

  • anyone who wants to learn how to use multiple languages together
  • anyone who wants to learn to use AJAX in a real project
  • web developers
  • application developers