Categories
- Affiliate Marketing (14)
- ASP.NET Hosting (12)
- AwStats (4)
- Blogging (67)
- cheap linux web hosting (59)
- Cloud Hosting (81)
- CMS Hosting (2)
- cPanel Hosting (20)
- cPanel Issues (46)
- Dedicated Server Hosting (121)
- DirectAdmin Control Panel (2)
- Domain Name Articles (4)
- Domain Name Hosting (35)
- Drupal Hosting (6)
- eCommerce hosting (13)
- Email Hosting (26)
- Ensim Hosting (7)
- Firewall (10)
- Forum Hosting (1)
- HTML Tutorials (9)
- Industry News (1)
- Internet Security (55)
- Java (10)
- Joomla Hosting (7)
- Linux Web Hosting (138)
- Load Balanced Clustering (4)
- Magento Hosting (3)
- Monitoring (4)
- MySQL Tutorials (15)
- Networking (18)
- Online Marketing (51)
- perl / cgi hosting (4)
- PHP Hosting Tutorials (18)
- Plesk Control Panel (5)
- Programming Tutorials (1)
- Promotional Offers (1)
- Reseller Hosting (34)
- RSS Information (9)
- SEO Articles (146)
- SEO Tutorial (33)
- Server Monitoring (6)
- Server Security (83)
- SharePoint Hosting (7)
- Streaming Media (7)
- technical support (48)
- Technology News (2)
- Tutorials / Howtos? (2)
- Virtual Private Servers (30)
- VoIP Servers (3)
- VPS Hosting (72)
- Web Design (67)
- Web Development (74)
- Web Hosting (458)
- Web Hosting Articles (184)
- Web Hosting UK (62)
- Webalizer (3)
- Websites (1)
- WHM Tutorials (16)
- WHUK Contests (1)
- Windows (1)
- Windows Web Hosting (76)
- WordPress Hosting (19)
Archives
Popular posts
- How to improve internet speed on your Windows XP Desktop?
- Using StumbleUpon and Digg to increase exposure of your online business, web site or blog
- Default Mysql my.cnf configuration file
- Types of URL ( Absolute and Relative )
- Should I choose a dedicated server or a reseller plan for my new hosting business?
Category Archives: PHP Hosting 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
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
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
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
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
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
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
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
