PHP programming language

Topic : PHP programming language

« Back to Knowledgebase

All our servers have strictly PHP 5 available it is automatically used when you use the .php extension.

Topics : PHP PHP programming language Server

Post a Comment


The PHP interpreter is commonly used in cron jobs to execute php code. All our servers run a dual PHP setup so the common command of php /home/me/public_html/cron.php for example will execute under PHP5. Here …

Topics : Cron Filesystem Hierarchy Standard PHP

Post a Comment


The best way to find the PHP configuration information for the specific server you’re on is to make a phpinfo file. Create a file called phpinfo.php with the following code: phpinfo(); ?> Once you’ve created …

Topics : Cpanel PHP PHP programming language

Post a Comment


If you wish to set the PHP5 to run for a specific directory and only that directory and it’s sub directories it can be done with the following code in a .htaccess <FilesMatch .php> SetHandler …

Topics : Cpanel PHP PHP programming language

Post a Comment