Articles

 Addon Domain PHP.ini file...

In order to have the addon domain varibles changed you need to have a php.ini file in that...

 Allow_url_include

In your php.ini, put the following line:allow_url_include = 1This enables remote includes. NOTE:...

 Configuring the PHP Environment With php.ini

The servers use a master php.ini file for all directories without a php.ini file in it. You will...

 Emails not sending out with correct character set

This is a known issue with our servers. We are working to resolve this. In the meantime, you can...

 Executing php code within a HTML document

Executing php code within a HTML document is easy. Simply add this line to your main .htaccess...

 FastCGI for PHP

FastCGI for PHP FastCGI for PHP makes all your PHP applications run through mod_fcgid instead...

 How do I enable FastCGI for my PHP applications?

How do I enable FastCGI for my PHP applications? Login to your Control Panel and click PHP...

 How do I enable PHP 5 for my PHP applications?

1. Login to your Control Panel and click the PHP Config icon. 2. Select PHP5 (Single php.ini)....

 How do I redirect using PHP?

Redirection in PHP can be done using the header() function. To setup a simple redirect, simply...

 How do I turn the display_errors flag on for php?

On line 277 of the php.ini file, "display_errors = On" is already enabled by default.Just make to...

 How do I view the php information page?

Create a page name phpinfo.php and insert the below code into it. Pull this page up in your...

 MediaWiki 500 Errors after install

It appears the version of the Zend Optimizer engine we have on our php5 servers now (3.0.2)...

 My php symlink is giving 500 errors symbolic link

We do not allow symlinking PHP files on our server, as this could cause security issues. There is...

 PHP Security fixes for your site

Set register_globals to OFF Turn off Display Error/Warning Messages. Set error_display to...

 Protecting the php.ini file from being viewed

To prevent people to viewing your php.ini file via a browser a few lines need to be pasted into...

 Redirects that do not work due to PHP variables

One of the more powerful tricks of the .htaccess hacker is the ability to rewrite URLs. This...

 Setting different Character sets within my PHP and HTMl pages to display correctly?

There is a character encoding setting inside of your php.ini file. By default, this is set to the...

 Tricks for getting around phpsuexec

When a php script requires write access to a file or directory (like Nucleus does for the...

 Upload_Max_Filesize

In a nutshell: Locate the php.ini file in the folder your upload script resides in. If none...

 What version of PHP are you running?

Iwebhosting.com.my currently runs two versions of PHP. Check your control panel to verify...

 Why are my PHP pages no longer working?

1: Login to your control panel and go to error log.2: Scroll down to the bottom of the error log...

 fsockopen not working for you?

The fsockopen function works for connecting to any URL that is on port 80. If its using another...