Mail us : hexainclude@gmail.com
Hexainclude

Menu

Skip to content
  • HOME
  • C/C++
    • C
    • C++
  • OS
  • RDBMS
  • JAVA
  • PHP
  • WORDPRESS
  • DOWNLOAD
    • eBOOKS

PHP

Hexainclude > PHP
20Dec/16

PHP Operators

December 20, 2016PHPoperators, php-operatorsDreamMaker

An operator is a special symbol that tells the compiler to perform some task. PHP offers various operators to perform different tasks. We can divide them into the following categories based onRead More…

18Dec/16

PHP Variable Scope

December 18, 2016PHPglobal-scope, local-scope, php-data-types, php-variable-scope, php-variables, static-scope, static-variableDreamMaker

The scope of a variable determines it’s accessibility in the program to refer it. PHP has four different variable scopes: Local Global Static Parameter Local Scope A variable declared within a PHPRead More…

18Dec/16

PHP Variables

December 18, 2016PHPdatatypes, identifier, identifier-rules, naming-convention-rules, php-variable-scope, php-variablesDreamMaker

A variable is a named memory area that can hold values or expression. We can consider a variable as a container that stores value. PHP variables are used to hold values orRead More…

12Dec/16

PHP Data Types

December 12, 2016PHPbasic-data-types, c_datatypes, data-types, php-data-typesDreamMaker

A data type refers to the type of data that a variable can store. PHP offers eight various data types to work with. They are as follow: Integer number Float-point number StringRead More…

16Nov/15

Installing Wamp Server

November 16, 2015PHPphp, server, wampDreamMaker

To develop a website using PHP we will require the following software packages: Wamp server Editor Wamp Server: To develop and test website we need one server. We can either use wampRead More…

16Nov/15

What is PHP?

November 16, 2015PHPfast, php, secure, trusted, webDreamMaker

A PHP is an open source programming language through which we can develop web application. Previously it was known as Personal Home Page but today it is well known as Hypertext Preprocessing.Read More…

Posts navigation

  • « Previous
  • 1
  • 2
Download Android App

Recent Posts

  • NESTED STRUCTURE
  • ARRAY OF STRUCTURE
  • Array Within Structure
  • SSTF Scheduling
  • FCFS Scheduling

All Posts

  • What is PHP?
  • Installing Wamp Server
  • PHP Data Types
  • PHP Variables
  • PHP Variable Scope
  • PHP Operators
  • PHP Decision Making
  • PHP IF…ELSE
  • PHP ELSE…IF LADDER
  • PHP Nested IF
  • PHP Switch Statement
  • PHP Goto Statement
  • PHP Looping Structures
  • PHP Entry Control Loop
  • PHP Exit Control Loop
  • PHP Break, Continue and Exit
Copyright © Hexainclude
Developed by Hexainclude
  • TIPS &TRICKS
  • QUIZ
  • CONTACT US