| |
PHP FAQ
Looking for tips on getting the most out of PHP? Our support team will do their best to point you in the right direction.
If your question isn't answered here please get in touch using our Contact Form.
|
What is PHP?
What version of PHP are you running on your servers?
Can you change the mod_rewrite setting on my Linux account?
I need to adjust PHP settings for my hosting account. Can this be done?
|
| |
| |
| What is PHP? |
| |
PHP Hypertext Preprocessor (Personal Home Page)
(P-H-P)
PHP started out as a wrapper around the Perl language. At that time PHP stood for Personal Home Page. Today the acronym really does not stand for anything specific. Basically, PHP is a server-side scripting language for HTML. You can use it to add dynamic features to HTML pages or use it to create entire dynamic sites that generate HTML on the fly in response to user input. Its syntax is a combination of C, Java, and Perl.
Because PHP is executed on the server, the client cannot view the PHP code, protecting it from being plagiarized. PHP's strength lies in its compatibility with many types of databases. |
| |
| What version of PHP are you running on your servers? |
| |
| The version of PHP currently on our servers ranges from 4.3.11 to 5.1.6 to meet our varying customer requirements. If you require a specific version of PHP please contact our support team and they will be able to choose a suitable server for your needs. |
| |
| Can you change the mod_rewrite setting on my Linux account? |
| |
Yes, this can be changed quickly and easily for you!
We can change numerous settings for you should it be needed - please raise a support ticket and our technical team will make the necessary adjustments. |
| |
| I need to adjust PHP settings for my hosting account. Can this be done? |
| |
On most occasions we can change variables for you if you're using a script or application with specific needs. This done by raising a support ticket and our Technical Team will make the adjustments for you.
There may be some occasions where the changes you request won't be possible as they may impact other accounts. We'll do our best to accommodate your needs. |
| |