|
Home » Other Tips » Hosting Issues » Do I need PHP? Do I Need PHP?Most hosts will throw a list of features at you, hoping that you will get lost in what they offer versus how well they offer it. The thought is that by offering support for many different products, many of which are free to the host, they will look better to potential clients. So the question from you is: do I really need this stuff? Note: PHP and MySQL are separate products, but are almost always installed together. In fact, it's difficult to find a Linux host that does not support these. PHP If your planning on creating a totally static HTML site, do you need PHP support? I say yes. First, even if you do not have the intent of a fully dynamic site there are small bits of code that can help with mundane details of your site. Include files are great examples of this. It is also difficult to know exactly what path your site may take. Sure, it may be all static HTML now, but what about a year from now? What happens if you want to add a gallery script for proofing? What about contact forms? These all require PHP, or some type of scripting language. One more carrot for PHP - it's free. It doesn't cost anything for your host to install, so there shouldn't be any additional cost for support. MySQL Other Features |
