PHP Articles
- Specifying an Email Address for the PHP Form-Mailer
In order to use our PHP form-mailer, you must specify an email address where you... - Using the PHP Form-Mailer
To use the PHP form-mailer, create a Web form in HTML that links to our PHP script... - How often do you empty the /tmp folder on your Linux hosting servers?
All "temp" files created in the /tmp directory on our Linux servers will... - How do I use htaccess to manage my PHP file extensions?
NOTE: This content only applies to our Linux shared hosting accounts running... - Can I run both PHP 4 and PHP 5 applications on my hosting account?
Yes, if your site runs Hosting Configuration 2.0, both PHP 4 and PHP 5... - How do I add a PHP initialization file to my hosting account?
If you are running Hosting Configuration 2.0, you can create custom .ini files for... - How do I request new PHP modules?
We try to make the most popular modules available to our hosting customers in a... - Can I use the PHP 4 domxml module with PHP 5?
The PHP 4 domxml module is not supported in PHP 5 and has been replaced with the... - Using server variable ($_SERVER) elements with PHP 5
Our Linux hosting accounts run in CGI mode. When PHP 5 runs in this mode, the... - What is Zend Optimizer™?
Zend Optimizer™ works with Zend Guard™ to enhance the performance of... - Using Zend Optimizer™
Zend Optimizer™ is installed on all Linux Shared Hosting accounts for PHP4.... - Using CURL
Below is a PHP script that uses CURL to obtain data from a remote system... - Why would I use CURL?
You can use CURL to acquire information from a remote system and use this... - Do you support PHP-Nuke?
All of our Linux hosting accounts support the use of PHP-Nuke. Please check out... - Do you run PHP in safe mode on your Linux hosting servers?
No, we do not run PHP in safe mode on our Linux hosting servers. For more... - Do you disable any PHP functions on your Linux hosting accounts?
PHP 4 We do not disable any PHP 4 functions on our Linux hosting accounts. PHP... - Which PHP file extensions can I use with my hosting account?
Linux hosting accounts running Hosting Configuration 2.0 support both PHP 4 and... - Which PHP functions can I use with my hosting account?
The following script can be used to return your hosting account's available PHP... - Connecting to a MySQL Database on Your Linux Hosting Account Using PHP
This example describes using PHP to connect to a MySQL Database on a Linux hosting... - What is CURL?
CURL stands for Client URL Library. In your PHP code, you can use CURL to connect... - Do you support CURL?
Yes we do. We support CURL extensions on all of our Linux hosting plans. CURL... - Can I use extensionless PHP files?
For security reasons, we run PHP as a CGI and not as a module. Because of this...