Support Center » Knowledgebase » PHP



Knowledgebase Categories
The knowledgebase is organized into different categories, please select a category that you are interested in. Additionally, you can also search the entire knowledgebase by entering keywords in the navigation bar beside this text.

 Articles
 How do I use PHP5?
 By default, files with a .php extension run under PHP4 and files with the .php5 extension run under PHP5. You can use .htaccess to change these default settings. To have .php files to run under PHP5, place this line in your .htaccess file: AddHandler a
 Send Email from a PHP Script Using SMTP Authentication
 By default, user 'nobody' is disabled in our servers. To send emails from a PHP script, please code your PHP script using SMTP authentication. If you are using a PHP forum or a PHP script with emailing capability, please be sure to configu
 How do I enable register_globals?
  For security reasons, Kionic has register_globals disabled in all servers. If your script requires register_globals, please follow the following instructions: 1. Create a file named .htaccess 2. Open the .htaccess file and enter this line:
 Back






home

Support
support center

// www.kionic.com / support center