|
|
|
PHP Tutorial
|
PHP Integer Data Type
In this PHP tutorial you will come to know about integer data type of PHP, range of this data type, automatic type conversion to float, and examples will illustrate these concepts
View Rating |
|
|
PHP Tutorial
|
PHP Boolean Data Types
In this PHP tutorial we will study about boolean data type of PHP Programming Language. By default value of a boolean data type variable is false. Few interesting results are shown with the help of examples, based on explicit conversion to boolean.
View Rating |
|
|
PHP Tutorial
|
PHP Data Types
In this tutorial you will get to know about the data types supported by PHP, what is data type, types of data type etc. This is the index page of PHP Data type, subsequent pages will make every data type clear.
View Rating |
|
|
PHP Tutorial
|
PHP Comments
In this PHP tutorial we will study about different kinds of comments supported by PHP, the differences among all those comments. Examples will exemplify each type.
View Rating |
|
|
PHP Tutorial
|
PHP Instruction Separation
In this tutorial we will study about how to separate instruction in PHP. In general we use ; sign to separate the instructions but what are the other ways are present in PHP are discussed in this tutorial.
View Rating |
|
|
PHP Tutorial
|
PHP Escaping HTML Tag
In this current tutorial we will study about how to escape from HTML tag, there are mainly four ways to do this, each of these tags are explained in this tutorial subsequently you can check the examples for better understanding
View Rating |
|
|
PHP Tutorial
|
PHP References Explained
This tutorial covers three basic operations performed by references, assigning values by references, passing by references, returning by references etc. In PHP references means to access the same variable by two or more different names.
View Rating |
|
|
PHP Tutorial
|
PHP Debug Backtrace
In this tutorial we will study about another interesting feature of PHP, called debug_backtrace() method, this method helps us to generate the backtrace in PHP. You can also check the format of it and examples will help you to learn it precisely.
View Rating |
|
|
PHP Tutorial
|
PHP Trigger Error
In the current tutorial we will study about trigger error method, This method is used to trigger an user level error message, it can be displayed along with the built-in-error handler, or with a user defined function. Along with it we will study what is the functionality of it, how it should be implemented etc.
View Rating |
|
|
PHP Tutorial
|
PHP Clone Object
In this PHP tutorial, we will study about cloning of object, how to make a clone object, what are the process of cloning in PHP 5 and how is it different from PHP 4
View Rating |
|
|