Lesson
Object Oriented Programming
REST
Representational State Transfer (REST) is a lightweight, HTPP based tool that runs on web servers much like a normal web site. But, instead of sending HTML back to the browser to display, it returns data with minimum formatting such as JSON. It is independent of what platform you are working in. It can be written…
Read MoreUsing Databases
Okay – we have learned all about databases & SQL. We’ve reviewed the basics of PHP. Now, let’s take a look at how to connect to a database from your web page. We will learn: How to connect to a MySQL database. How to pull data from the database including searching and filtering. How to…
Read MoreLesson 9: CRUD
Not enough permissions to view this content.
Read MoreManipulating HTML & CSS with JavaScript
Adding Logic with Conditionals
So far, we have learned some of the basics of JavaScript including how to display information, how to get input from the user, how variables work and what types of data are stored in them. We focused on doing this using numbers and strings. Now we will learn how to add logic to our code…
Read MoreAdvanced Gravity Forms
Gravity Views
Gravity Views is another premium plugin that was created to work specifically with Gravity Forms. It allows you to create a table or data grid to view the data fora given form. The user can edit or delete entries using this as well. You can set up filters to specify which data to see from…
Read MoreUsing PHP With Forms
Now, that we have learned what a form is and what role inputs and attributes play – it is time to learn more about what we can do with forms.
Read More