PHP Switch Statement

1
We are now familiar with the conditional/decision making statement, if…else. Today we will learn a similar decision making statement called switch-case in this PHP...

PHP If…else Statement

0
Each language has statements that control its execution. These statements are called as control statements. These statements control the decision making, repetition, interruption etc....

PHP Operator’s

0
In this PHP Operators tutorial we will study about operators in PHP and how they are used in expressions. What are operators? Operators are the entities...

PHP Data Types

0
In this data types tutorial we are going to learn about various data types used in PHP. But before that we will be learning...

PHP Variables and Constants

1
We will learn about variables, constants and echo statements in detail in this PHP variables tutorial. Variables: Variable in any programming language is a name given...

PHP Basics

0
We are going to learn basic syntax to write simple program in PHP and how to execute it. We will also learn some more...

Introduction to PHP

0
We will have some introduction to PHP and learn the installation of PHP in this Introduction to PHP tutorial. What is PHP? PHP stands for PHP...

MY TASKS Project Part – 1

0
In this today’s MY TASKS Project Part – 1 tutorial we are going to create a task management application that keeps track of all...

MY TASKS Project Part – 2

1
Today we are going to complete the remaining part of our MY TASKS project. Last time we completed the registration form and the login...

PDO and Prepared Statements

0
In the last sessions we learned to use PHP with MYSQL using mysqli methods as well as object oriented features. In this session of...