Showing posts with label PHP. Show all posts
Showing posts with label PHP. Show all posts

switch Statement in php switch Statement in php

switch Statement Use the switch statement to  select one of many blocks of code to be executed . The switch statement is used to perfor...

Read more »
August 15, 2017

PHP if  else else if Statements PHP if else else if Statements

conditional statements are used to perform different tasks bassed in different Conditions. Conditional Statements:- when you write code...

Read more »
July 29, 2017

Constants Constants

Constants are like variables except that once they are defined they cannot be changed or undefined. A constant is an identifier (name) for a...

Read more »
July 28, 2017

Strings Strings

A string is a sequence of characters, like "Welcome to My Site". String Functions in php:- In this lecture we will look at...

Read more »
July 28, 2017

PHP Data Types PHP Data Types

Variables can store data of different types, and different data types can do different things. PHP supports the following data types:- ...

Read more »
July 27, 2017

echo and print Statements echo and print Statements

In PHP there are two basic ways to get output:- echo and print. In this tutorial we use echo statement in almost Examples and we discuss a l...

Read more »
July 16, 2017

PHP Variables PHP Variables

Variables are "containers" for storing information. Declaring Variables in php:-  Variables in PHP are represented by a d...

Read more »
July 15, 2017
 
Blogger Templates1 school © 2013. All Rights Reserved. Powered by Blogger
Top