PHP Loops
Loop allows us to execute a statement or a group of statements a number of times until it fulfills a condition.
Teach Yourself Web Development and Web Designing Step by Step With Easy Explanation
PHP beginner is for an individual or a web designer who has no experience or has a little experience in programming and wants to learn coding in PHP. Beginners will learn step by step and will find why’s and how’s of different topics of the language.
PHP Introduction
Introduction to PHP: Start learning PHP step by step here.
|
||
PHP Installation
Know all about PHP instalation. Where to download PHP? Install PHP in easy way. Test your installation. Locate your PHP files, Secure your server.
|
||
PHP Basic Syntax
Get familiar with the PHP basic syntax, the set of basic rules that define the combinations of symbols that are considered to be correctly structured programs.
|
||
PHP Variables
Variable is a memorable name of computer memory cell(s) that can hold a value during the execution of the program and the value may change.
|
||
PHP Data Type
In programming, data type is the name of a group of data that has a predefined common set of characteristics.
|
||
PHP Constants
If a variable is meant to be contain a value that may change, then, a constant is meant to be contain a value that never change.
|
||
PHP Strings
In programming languages, a string is a data type that represent a sequence of characters.
|
||
PHP Arrays
An array in php is an ordered map that associates values to keys.
|
||
PHP Operators – Part1
Operators in programming languages are symbols that help to perform different types of tasks like arithmetical, logical, relational etc
|
||
PHP Operators – Part2
Part 2: Operators in programming languages are symbols that help to perform different types of tasks like arithmetical, logical, relational etc
|
||
PHP Conditional Statements
PHP conditionals are the central to the dynamic web applications. PHP conditional statements can alter the flow of the program.
|
||
PHP Loops
Loop allows us to execute a statement or a group of statements a number of times until it fulfills a condition.
|
||
PHP File-Inclusion
|
||
PHP Functions
|
||
PHP Variable Scope
|
||
PHP Forms – Part1 | ||
PHP Forms – Part2 | ||
PHP Forms – Part3 |
The course consists of number of lessons.
At the end of each lesson, there is a way to ask questions or add comments. You’re expected to use this section with clear and descriptive manner to get perfect reply. Feel free to use this section.
Next Lesson : PHP Introduction>> |
Loop allows us to execute a statement or a group of statements a number of times until it fulfills a condition.
PHP conditionals are the central to the dynamic web applications. PHP conditional statements can alter the flow of the program.
Part 2: Operators in programming languages are symbols that help to perform different types of tasks like arithmetical, logical, relational etc
Operators in programming languages are symbols that help to perform different types of tasks like arithmetical, logical, relational etc
In programming languages, a string is a data type that represent a sequence of characters.
If a variable is meant to be contain a value that may change, then, a constant is meant to be contain a value that never change.
In programming, data type is the name of a group of data that has a predefined common set of characteristics.
Variable is a memorable name of computer memory cell(s) that can hold a value during the execution of the program and the value may change.
Get familiar with the PHP basic syntax, the set of basic rules that define the combinations of symbols that are considered to be correctly structured programs.