Flipkart.com

How to generate a PDF and send as attachment using PHP

FPDF is a class that provides a useful way to deal with PDF documents using dynamic content. Sometimes, according to a special circumstance, also would be valuable to send directly ...

PHP Log All Errors to a Log File

PHP offers simple but effective solution to log all errors to a log fiie.On all production web server you must turn off displaying error to end users via a web browser. Remember PHP ...

parent keyword in oops (Object Oriented programming) php5

You may find yourself writing code that refers to variables and functions in base classes. This is particularly true if your derived class is a refinement or specialization of code ...

OOPS in PHP 5 Tutorial – Inheritance

This tutorial will guide you through one of the main feature of Object Oriented Programing which is called Inheritance. Basically Inheritance is a mechanism where a new class is derived ...

Singleton Class in PHP 5 OOPS

OOPS in PHP 5 the whole bunch of Object Oriented Design Pattern will now come into the PHP 5 programming. The most famous and commonly used is Singleton Class. The main advantage of ...

human readable byte format

Inspired by: http://www.phpfront.com/php/Convert-Bytes-to-corresponding-size/Converts number in bytes to the number in bytes, megabytes, gigabytes, terabytes, etc. Works well as far ...

Increase Website Loading Speed With PHP Speedy

PHP Speedy is a a PHP script which increases the loading times of web pages. PHP Speedy automatically joins all the appropriate files together and compresses them which decreases the ...

OOPS in PHP – Declaring Class and Initializing Class Object

In Object Oriented Programming Classes is the main entity and all other features of OOP work around the Classes. In this tutorial we will be discussing on declaring class in PHP5. Also ...

How to Enable PHP Error Logging via htaccess

I would like to get my own PHP error log, how can I do this? =========================================== If you don’t have a .htaccess file, create it it using the file manager ...

XML string to PHP array

Pass the xml string through the xml2array function, if you have any priority tag also can pass in the xml2array function as second argument. Yesterday i wrote an article regarding PHP-CURL. ...
Page 1 of 212