Basic File Handling in PHP
Basic File Handling in PHPPHP has different different method or functions for creating, reading, uploading, writing, closing, deleting files.What is f...
READ MOREBasic File Handling in PHPPHP has different different method or functions for creating, reading, uploading, writing, closing, deleting files.What is f...
READ MOREInterface in PHP An Interface does not contain any functionality, it only specify set of methods which classes must implement.You can create inte...
READ MOREVisibility in PHP Classes :You are ever noticed that every method has their visibility in php.There are 3 types of visibility which is used in php for...
READ MOREMultilevel and Multiple Inheritance in PHP :PHP OOP does not allow multiple inheritance, it allow only multilevel inheritance.In simple word, subclass...
READ MOREInheritance in PHPInheritance is the php oops concept which is based around the concept of base classes or superclasses and derived classes or subclas...
READ MOREDestructor in PHP : Destructor in PHP is similar to other oops(object oriented programming) concept. PHP Destructor is handled by the Garbage Co...
READ MOREHow to make the number triangle-2 in PHP There are number of program for triangle pattern in php. It depends on you which type of triangle you want...
READ MORELaravel PHP FrameworkLaravel is a PHP Framework, created by Taylor Otwell and main advantage with php that all services is open source so Laravel is a...
READ MOREInsert Data into MySQL DatabaseSQL INSERT INTO statement are used to insert record in MySQL tables.Let's write a MySQL query to insert data by using i...
READ MOREConstructor in PHP with example ?Constructor is a key part of PHP oops concept.Constructor in PHP is special type of function of a class which is auto...
READ MORE© 2016 All Rights Reserved | Contact Us | Terms of use | Privacy Policy