PHP Programming: The difference between require() and include()

Sunday, October 1st, 2006

Many friends ask me what’s the difference between require() and include(). Here is the explaination from PHP manual.
From PHP manual:-
require() and include() are identical in every way except how they handle failure. include() produces a Warning while require() results in a Fatal Error. In other words, don’t hesitate to use require() if you want a [...]

Speed Up and Save Your Website Bandwidth with GZip Compression

Thursday, September 14th, 2006

Why GZip compression can speed up your website?
With GZip compression enable it will compress data being sent out from your Web server, and have the browser decompress this data on the fly, thus reducing the amount of data sent and increasing the page display speed.

How to convert doc file to pdf file in Win XP - PDFCreator

Tuesday, September 5th, 2006

Many of my friends looking for way to convert .doc file to pdf file in win xp. Let me share a free software that able to convert doc file to pdf file - PDFCreator. PDFCreator work as a printer driver to convert doc file to pdf file.
Just follow the steps below and you will [...]