Php 7 Logical Operator AND, OR, XOR, NOT !,
Php 7 Logical Operator AND, OR, XOR, NOT !,

The Php 7 logical operator help us to filter data before displaying it. Our choices are AND, OR, XOR, NOT !,

Read More
Php 7 Comparison Operator Video Instruction Code Examples Lesson 15
Php 7 Comparison Operator Video Instruction Code Examples Lesson 15

Php 7 Comparison Operators compare 2 or more values . There are several different ways to perform these operations. A "Php 7 comparison operator" will check to see if the values are equal, identical, greater than or less than each other. Let's go over the

Read More
PHP 7 Operators Arithmetic Calculations Lesson 14
PHP 7 Operators Arithmetic Calculations Lesson 14

Php 7 operators are used for Arithmetic and Calculations. It is also used for comparing values. If we used Php 7 for arithmetic and calculations we would be using add, subtract, multiply, divide, modulus and exponents. Here are files from the last lesson.

Read More
PHP 7 Constants Notice: Constant already defined LESSON 13
PHP 7 Constants Notice: Constant already defined LESSON 13

PHP 7 Constants are like variables. The only difference is that they cannot be changed. Once you set a "Constant" you cannot change it. PHP Constants need to hold unique information. Here are the files from the last lesson.

Read More
Wonderful World Of String Functions() in Php7 Lesson 12
Wonderful World Of String Functions() in Php7 Lesson 12

String functions in Php7 are your arsenal for being a more efficient coder. The possibilities are immense when it comes to string functions in Php7. Let's take a look at some of the string functions in Php7.

Read More
Data Types In Php 7 Objects Arrays Null Resource Lesson 11
Data Types In Php 7 Objects Arrays Null Resource Lesson 11

Here is the second part to the data types in PHP7. Lesson 10 we talked about Strings, Integers, Booleans, and Floats.In this lesson we are going to talk about Objects, Arrays, NULL and Resource. Here are the files from the previous lesson if you are just

Read More
PHP7 POWER WEEK ULTIMATE TUTORIALS VIDEOS
PHP7 POWER WEEK ULTIMATE TUTORIALS VIDEOS

Hello friends, next week we will have a "PHP7 Power Week". The PHP power week will consist of two lessons a day. I will release one about 9 AM in the morning and then release another one about 3 o'clock in the afternoon.

Read More
PHP7 DATA TYPES INTEGERS FLOATS STRINGS BOOLEAN LESSON 10
PHP7 DATA TYPES INTEGERS FLOATS STRINGS BOOLEAN LESSON 10

Understanding PHP7 data types will help you put things together. There are 8 different data types in PHP. They are all used differently. We will cover the first 4 types in this lesson and the second half in the next lesson. Here are files from the last l

Read More
FORM PROCESSING PHP7 $_POST METHOD CODE EXAMPLES VIDEO LESSON 9
FORM PROCESSING PHP7 $_POST METHOD CODE EXAMPLES VIDEO LESSON 9

Form processing" in PHP7 using the $_POST method is much like using the $_GET method. In this video lesson on using the $_POST method, I will show you some code examples. In programming code, you will be using the $_POST method more than the $_GET method.

Read More
PROCESSING FORMS PHP7 USING $GET BEGINNERS GUIDE LESSON 8
PROCESSING FORMS PHP7 USING $GET BEGINNERS GUIDE LESSON 8

Processing forms in PHP7 for beginners can be hard to understand. Let's break it down for you before we actually start coding. In the last lesson we manually created URL query strings.

Read More
Beginners Guide $GET Query Strings URL Parameters In PHP Coding Lesson 7
Beginners Guide $GET Query Strings URL Parameters In PHP Coding Lesson 7

This is our beginners guide to PHP Query string url parameters. After completing this lesson you will have a general knowledge of PHP's $GET function with parameters. Let's break down the code in this lesson and see how PHP Query Strings work.

Read More
Programming With PHP Housekeeping Cleaning Up Code Lesson 6
Programming With PHP Housekeeping Cleaning Up Code Lesson 6

When we are programming with PHP remember that it is more artistic like poetry. Everyone will have a different style and you will as well. Many new programmers will not appreciate styles of other programmers because of inexperience.

Read More
Dreamweaver CC 2019 Beginners Guide Creating A Site For The First Time
Dreamweaver CC 2019 Beginners Guide Creating A Site For The First Time

Here is a beginners Guide for Dreamweaver CC 2019. Usually I promote free software and HTML editors but there are features in Dreamweaver that are incredibly useful that cannot be ignored. This is the reason I decided to write a quick tutorial on Dreamwea

Read More
PHP7 FUNCTIONS USES APPLICATION PROGRAMMING LESSON 5
PHP7 FUNCTIONS USES APPLICATION PROGRAMMING LESSON 5

PHP7 functions are very useful. There are predefined functions that is already programmed in PHP7 already that you can use. You can also create your own PHP7 functions to use in your applications.

Read More
ASSEMBLE BASIC WEBSITE IN PHP BEGINNER PROGRAMMING LESSON 4
ASSEMBLE BASIC WEBSITE IN PHP BEGINNER PROGRAMMING LESSON 4

The object of this lesson was to teach you that you can program something once and use it over and over again in your other files. There is no need to keep writing the same things over and over again.

Read More