how to define data type in php

Data-Type introduction -: Data types in “php ”language is rich in its data type. The storage representation and machine instruction to handle constant differ from machine to machine. the variety of data types available allow to the programmer to select the type approach appropriate to the needs of the application as well as the machine.… Read More »

how to use operator in php

Operator in php- Like any other programming language operator play a very important role in php. Operator is a symbol as like +, -, *, / , etc. Operators are used to perform operations on variables and values. Php support a rich set of built in operator we have already used several of them such… Read More »

how to define constant in php

Introduction of Constant in php-: Like any other language constant are use in php.  Constants are like a variable that don’t change during execution. php refer to fixed value that do not change during the execution of a program. There are two type constant in php. define constant keyword constant   1 -:How to define constant… Read More »

how to create a sitemap

Sitemap Introduction -: Before we create a sitemap of any website or any blog it is necessary to know what is the sitemap ?.A sitemap is a file where you provide information about your web pages, videos, and other files on your site and the relationships between them.   In other words we  can say… Read More »

how to earn money online

Online Money Earning Introduction -: Before we learn earning  money online  it is necessary to know what is online earning money ? .When we work online using internet and computer or laptop etc. There are some company or people they give us work or they hire you for a work.For example if you are a… Read More »

how to use variable in php

Variable Introduction -: Like other language a variable in php store the temporary data.A variable data name that may be used to store a data value only constant that remain unchanged during the execution of a program a variable may take different values at different times during execution we used several variable. Variable store the… Read More »

how to install php

Install PHP-: We know that the PHP is a server side scripting language that is using for creating a website. By the help of this language we can create a good static and dynamic website. Before we start to creating a website it is necessary to install the PHP. How to download AMP -: There… Read More »

what is php

Introduction of php –:  php is a scripting language.That run on server side. PHP is a powerful tool for making dynamic and interactive Web pages. PHP is a free tool for creating a good website. You can create a good static or dynamic website or web application. PHP full name is Hypertext Pre-Processor. PHP means personal home… Read More »