PHP

  • New features of PHP 5.5 – try, catch and finally.

    Published on: April 27, 2026

    Author:


    Try-catch blocks now support a finally block for cod. The finally block is executed even if an unexpected exception occurs....

  • Getting error? The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead [duplicate].

    Published on: April 27, 2026

    Author:


    This warning basically appears for upgrading you server to PHP 5.5. Solution 1: If you don’t want to change your...

  • How we can convert table based PHP website into responsive (Part-1)

    Published on: April 27, 2026

    Author:


    In this blog I am going to describe what types of problems I faced when I convert table based PHP...

  • Save and Retrieve JSON Data From File

    Published on: April 27, 2026

    Author:


    Some of us faces problem while saving file to a local file using PHP and retrieving data from it ....

  • Working With PHPExcel

    Published on: April 27, 2026

    Author:


    Those who want to save html data to excel file and facing cross browser issue due to server side scripting...

  • Install PEAR Mail for PHP On Ubuntu

    Published on: April 27, 2026

    Author:


    Installing PEAR Mail for PHP on Ubuntu is a very simple task. Here is the step by step process how...

  • How to add search option in a website by php?

    Published on: April 27, 2026

    Author:


    Need to write the blog based on below tools http://www.sphider.eu/docs.php#options  

  • Installing PEAR Mail for PHP On Ubuntu

    Published on: April 27, 2026

    Author:


    Installing PEAR Mail for PHP On Ubuntu     You need to run these commands in putty sudo apt-get install...