See this beginners guide to domains, DNS settings and different web host types… We hope you find this useful…
Archive for the ‘Hosting Tutorials’ Category
What is Web Hosting?
PHP – Do i need it?
All these hosting companies raving about providing PHP, it’s available on all Linux hosting accounts and nearly every blog and ecommerce site requires it…but what is it exactly?
PHP is a large part of website development; it is a scripting language used to create dynamic content on your web pages. Some common uses for PHP are contact us forms, questionnaires, login and register now forms, forums and wordpress type blogs.
PHP allows the server to precompile the html code based on the arguments provided. So for example if you ever see a .php page on a website with a ?id=123 the php is taking the id 123 and applying it to the website content. So therefore, often you will see the details of say product 123 on your page. That same PHP page can handle all the products you like by just changing the id argument.
PHP stands for “Hypertext Pre-processor”.
HTML stands for “Hypertext Markup Language”
So PHP basically pre-processes (or compiles) the common HTML.
So in answer to the question of this article, do you need PHP?
1. If you are just installing Forum software or Blogging software, you will need PHP on your hosting account. But you won’t need to be able to program in PHP as all the programming has been done for you.
2. If you are wanting to build a dynamic website (like an online shop for instance) or have interaction with your visitors through an online form, you will need to be able to program in PHP (or know someone who can!)
cPanel – an introduction
Most hosting companies provide a control panel where you can access your logs, set up email accounts, create sub domains and even manage your files.
The most common control panel used (probably because it is the best available) is called cPanel, this is generally provided free of charge by most reputable web hosting companies.
cPanel access differs from one hosting provider to another, some access it through a port at the end of the domain (e.g domain.com:1234) others provide a directory type structure (e.g domain.com/cpanel).
Once logged into cPanel you are presented with a wide range of options and useful information about your hosting account, how much diskspace you are using on your account and how many resources you have available.
We will address these features one by one in this tutorial section.
Hosting Tutorials
To make your Web site visible to the world, it has to be hosted on a Web server, many companies offer this service, but how much should you pay? what services will you require? should you get a windows hosting account or a linux hosting account?
On this website we will provide you with information you will require to set your hosting account up, who to set your hosting account up with and what to look out for.