category

home / developersection / category

Inheritance in PHP
php 18-Jun-2016
Inheritance in PHP

Inheritance is the one of the most important concept in object oriented programming. Inheritance is used to share properties and method between the related classes.

Visibility in PHP
php 18-Jun-2016
Visibility in PHP

In this article we will focus how to deal with Visibility in PHP. Visibility is a big part in OOP. The concept of visibility is the scope of class members.

Magic method in PHP
php 17-Jun-2016
Magic method in PHP

The magic methods are one with special names which are executed in response to some events.

Class and Object in PHP
php 17-Jun-2016
Class and Object in PHP

Object and class are key part of object oriented programming in PHP. Let’s understand what are classes and objects.

Form Handling in PHP
php 06-Jun-2016
Form Handling in PHP

Information sent by the user are visible to everyone (all name and values are displayed in the URL). So, GET method cannot be used to send sensitive information (like password).

Loop in PHP
php 06-Jun-2016
Loop in PHP

Loop is used when we want to execute a same code for several times. In PHP we have 4 types of loop:

PHP Syntax and Echo or Print
php 04-Jun-2016
PHP Syntax and Echo or Print

Here we will look on some of the function of strings:

PHP Data Types and Decision Making
php 04-Jun-2016
PHP Data Types and Decision Making

PHP supports eight data types:Integer,Float,String,Boolean,String,Array ,Float.An integer data types is a non-decimal number between -2,147,483,648 and 2,147,483,648.

PHP Constant and PHP   Variables
php 04-Jun-2016
PHP Constant and PHP Variables

A constant is an identifier or a name.These constant value remains the same during the execution of script.

Validations in PHP
php 03-Jun-2016
Validations in PHP

Validation is used to check whether user has submitted the input or not. There are two types of validation:

Ajax File Upload in PHP
php 09-Jan-2013
Ajax File Upload in PHP

Ajax File Upload in PHP

How to create Web Service in PHP
php 10-Mar-2012
How to create Web Service in PHP

Before creating Web Service in PHP first of all I will discuss about what’s Web Service? Web Service is an application that is designed to interact directly with other applications over the internet. That is in simple term