Articles

 Can I do basic http authentication through php?

Yes, HTTP authentication works fine through PHP.

 Can I run PHP scripts anywhere on my site?

Yes, PHP scripts do not have to reside in a particular directory and will run anywhere on your...

 How do I change File Permissions?

If you're new to scripting, or getting the dreaded "Internal Server Error" when you try to run a...

 How do I edit the text of my web page?

If you have a web page created by someone else, you can edit the text easily. Here's how:1....

 How do I make changes to php settings?

Please login to your control panel and click on "security notes" in front of PHP4 Version in the...

 How do I provide streaming - Audio / Video ?

We DO NOT have Real Audio server software running on our servers. However, you can stream Real...

 How do I use get_browser functions in my php?

get_browser is a php function that tells what the user's browser is capable of [1].You can place...

 I am using php4, is there any problem using php5 for my applications?

This can be correctly answered by the developer/vendor of your web applications. If they say that...

 I have two index files in public_html directory but Apache is picking one with .html extension. How can I change its order?

Apache's 'DirectoryIndex' directive is used for this purpose. On our servers we have 'index.html...

 I want my HTML pages be parsed by PHP engine. How can I do it?

In order to parse HTML pages by PHP engine, you need to add the following line in the .htaccess...

 I want to use php sessions without cookies?

This is a development issue and is explained in the php manual:http://www.php.net/sessionThere is...

 Is php5 available? How do I use php5 alongside php4?

All shared servers have php5 along with php4. New servers are being setup with PHP5 as default...

 PHP4 end of life announcement, what do I need to do?

php.net has posted this announcement 13-Jul-2007:Today it is exactly three years ago since PHP 5...

 What are some basic software paths?

Sendmail: /usr/lib/sendmailPerl5: /usr/bin/perlServerpath: /home/username/public_htmlRoot path:...

 What are valid file extensions I can use for PHP scripts?

The valid file extensions for PHP scripts are listed below, one of these file extensions must be...

 What is PHP and how do I use it?

PHP is a powerful, server-side scripting language that can be used to extend the functionality of...

 What is SSI (Server side includes) and how can I use it?

Server Side Includes (SSI) is a feature of CGI that enables you to dynamically insert a piece of...

 What is phpsuexec?

Phpsuexec is a deprecated feature in cPanel where php is setup as cgi instead of apache module....

 What is the path to my home directory?

When you configure a cgi script for any server, it may ask you to set variables such as the base,...

 What is the path to perl?

One of the first things you must do when configuring a script, is set the correct path to the...

 What is the path to sendmail?

Some programs such as the ones, which send email will need to know where the Sendmail program...

 Where do I place CGI scripts?

Although you can place cgi scripts in random directories throughout your site, it's best if you...

 Why do I get the Warning: I am able to write to the configuration file: /path/to/configure.php ?

This is because of the secure php environment on our servers (phpsuexec). This usually happens...

 php modules are installed on servers?

Here is a brief list of php4 modules that come standard with our shared/sdx/reseller...