PHP (engl. «PHP: Hypertext Preprocessor») - popular script programming language that is used to create dynamic web-sites. PHP code is processed on server part using php interpretator, and is not available to other users.
PHP
- What is php?
-
What rights should be set for php scripts?
To process php code with interpreter, for files with php scripts should be set read only rights for all users - 644 (default server rights). If any right should be edited by another php script, you will have to set rights for edit - 666. If a script creates files in any folder, the folder also should have rights for server users to write - 777.
-
What php version do you use on your hosting?
PHP programming language is constantly developingand versions are changing. We try to follow up and update PHP to the latest stable version if needed.