Choose a Domain First you need a domain (EX: www.jbifoodblog.com) and domain names are short, memorable and typically end in .com Cost: Around $15 per year Buy Hosting A web host stores your website and makes it accessible to the world wide web. In other words, your website “lives” on your web host’s servers. Cost: Around $3 per month and up. Top Website Hosting Providers Bluehost HostGator Cloud GoDaddy WebHostingBuzz GreenGeeks Dreamhost Develop a Blogging website Hire a web designer to develop the blog website. Publish Blogs The Guide for…
Read MoreCategory: PHP
PHP Basic Tutorial – Operator Types
Operator: An operator is a symbol that tells the compiler to perform certain mathematical or logical manipulations. PHP language supports following type of operators. Arithmetic Operators Comparison Operators Logical (or Relational) Operators Assignment Operators Conditional (or ternary) Operators Arithmetic Operators + – * / ++ — % Comparison Operators == != > < >=
Read More