List/Grid Tag Archives: PHP
Reading MS-Word contents in php
It has been long since written on my blog, how lazy I m, why not get some treatment form the people around me. Why not developers all around chop ma…
Creating word processing document using Zend_Service_LiveDocx
You may have heard about FPDF, TCPDF. These are used to generate PDF document in PHP. But very few of you may have heard about LiveDocx, can be found here…
Creating Json response in php, a nice example
While working with AJAX, you will need to get data after sending request to the server. You can use three ways to get the data form the server. 1. In…
PHP: Storing session data in database
Session data by default is stored in /tmp directory on the server in the form of text files. It wouldn’t be a good practice to store session information in the…
