Browse Our PHP Archive :

Installing & Configuring XCache for W3 Total Cache on a cPanel Server

This tutorial explains how to take advantage of XCache to increase the speed and performance of your Wordpress blog.

Read the full story

Posted in Apache, PHP, Tutorials

How to Compile and Install PHP From Source

Needing to install apps from source (meaning downloading the raw source code and compiling it) is rare, but it happens. The obvious benefit is that if you have the source code, you can make changes to it.

Read the full story

Posted in Linux, PHP, Tutorials

How to Allow Users to Pick Between PHP 4 and PHP 5

While PHP 4 may be obsolete nowadays, it’s sometimes difficult to pick a server configuration that will work with a large number of diverse sites. Luckily, cPanel makes it easy for the server administrator to install both PHP 4 and PHP 5 on the same server, and allow users to pick between.

Read the full story

Relying Upon PHP Output Buffering for Speed

In order to more efficiently process HTTP requests for content, output buffering stores the content as a variety and delivers it in one output. By implementing PHP buffering, you can render HTML in a single request so you can avoid header modification errors and improve the efficiency of data transfer on your server.

Read the full story

Posted in PHP, Tutorials

How to Hide an Email Address From Spambots

If you advertise an email address on a website, sooner or later it will be trawled by so-called spam bots which harvest email addresses for the purposes of selling them to organisations that create spam. There are several ways round this problem, some are more effective than others and none are foolproof.

Read the full story

Posted in PHP, Tutorials

Working with PHP safe_mode

PHP safe_mode is very important to web administrators as it can help prevent dangerous scripts running that can jeopardise the security of your web server.

Read the full story

Posted in Apache, PHP, Tutorials

How to Write Efficient Classes in PHP

Classes collect a group of functions that are defined with an object oriented purpose. While a class can be useful to group different elements of PHP together, it is most useful when it comes to organizing code. Learn more about PHP classes.

Read the full story

Posted in PHP, Tutorials

Using Smarty Templates with Your PHP Application

Smarty templates power the front end on a wide variety of sites, including some of the most well known sites on the web. As an open source standard, it offers all of the flexibility of standard HTML design with nested templates that make it easier to implement updates and extensions to the layout.

Read the full story

Posted in PHP, Tutorials
Page 1 of 41234
Webmaster Resources: Web Hosting Blog
© Copyright 2012 - TheWebHostingHero.com
Follow us on TwitterFacebookSubscribe to our RSS Feed