Category Archives: PHP Hosting Tutorials

Free PHP Tutorials

PHP Cloud Hosting

PHP is an open source scripting language used by web developers to create web applications both large and small since the simplicity of PHP’s structure makes it simple to learn and use, but this doesn’t stop it from being a … Continue reading

Posted in Cloud Hosting, Linux Web Hosting, MySQL Tutorials, PHP Hosting Tutorials | Tagged , , , , | Leave a comment

Windows Hosting vs. Linux Hosting

When choosing any web hosting service, you will have to make the choice between Windows and Linux, as these are the two main operating systems offered by a majority of web hosting providers. Your choice of operating system is going … Continue reading

Posted in ASP.NET Hosting, cheap linux web hosting, PHP Hosting Tutorials, Windows Web Hosting | Tagged , , , | Leave a comment

Awstats FAQs

How to access Awstats from outside the control panel ? Accessing Awstats from outside the control panel is easy. Step 1. Download awstats from awstats.sourceforge.net Step 2. Uncompress awstats-5.6.tgz Step 3. Copy the contents of the uncompressed cgi-bin folder from … Continue reading

Posted in AwStats, Blogging, cheap linux web hosting, cPanel Issues, Linux Web Hosting, PHP Hosting Tutorials, Web Hosting, Web Hosting Articles, Web Hosting UK | Tagged , , , , | Leave a comment

Hide PHP Version

How to hide the PHP version to remote requests : In order to prevent PHP from exposing the fact that it is installed on the server, by adding to the web server header we need to locate in php.ini the … Continue reading

Posted in cheap linux web hosting, Dedicated Server Hosting, Linux Web Hosting, PHP Hosting Tutorials, VPS Hosting, Web Hosting | Leave a comment

How to make PHP work with IIS

This is one of the problems that we have constantly faced on window server. Although PHP seems installed, any .php pages fail to work on browser with the error message “Page not found”. The problem is PHP and IIS are … Continue reading

Posted in PHP Hosting Tutorials | Leave a comment

Disable php for perticular account on server

To disable PHP for a particular user on a Linux server , Put the following code in a .htaaccess file for that user as : php_flag engine off Also you can add following code for that in tag of taht … Continue reading

Posted in Linux Web Hosting, PHP Hosting Tutorials | Leave a comment

What is PEAR

PEAR Is short for PHP Extension and Application Repository PEAR is having it primary goal to become a repository for PHP extensions and library code. The most important goal of the PEAR project is to try to define standard coding … Continue reading

Posted in Linux Web Hosting, PHP Hosting Tutorials, Web Hosting | Leave a comment

How to install php Mychat manually

PHP Mychat is the fantastic tool for chating.Steps to install it are as follows: you can download this software from source: http://sourceforge.net/projects/phpmychat Download phpMyChat-0.14.5.zip 1. wget http://www.tech-geeks.org/contrib/bbutts/phpChat/phpMyChat-0.14.5.zip 2 unzip phpMyChat-0.14.5.zip -d /home/username/public_html/ 3. Setting up the database. mysql_setpermission Name of … Continue reading

Posted in PHP Hosting Tutorials, Web Development, Web Hosting, Web Hosting Articles | Leave a comment

Different versions of PHP.

PHP/FI : In 1995 Rasmus Lerdorf first coded for PHP/FI and this gave birth for PHP. He had used simple set of Perl scripts on his home page to keep track of who were looking at his online resume. The … Continue reading

Posted in PHP Hosting Tutorials | 2 Comments

CakePHP

Today there are many frameworks available for the PHP programming language, and especially a lot of RAD (Rapid Application Development) frameworks which aim to make web development faster, less tedious and more organized. New and new frameworks are being released … Continue reading

Posted in PHP Hosting Tutorials | 1 Comment