> August 2012 ~ Online tutorial

Arithmetic Operators in php

Using Arithmetic Operators To perform mathematical operations on variables, use the standard arithmetic operators, as illustrated in the following example: <?php // define variables $num1 = 101; $num2 = 5; // add $sum = $num1 + $num2; // subtract $diff = $num1 - $num2; // multiply $product...

Data types in PHP

Understanding Simple Data Types Every language has different types of variables—and PHP has no shortage of choices. The language supports a wide variety of data types, including simple numeric, character, string, and Boolean types, and more complex arrays and objects. Data Type Description Example Integer An integer...

Writing Statements and Comments in php

Writing Statements and Comments As you can see from the previous example, a PHP script consists of one or more statements, with each statement ending in a semicolon. Blank lines within the script are ignored by the parser. Everything outside the tags is also ignored by the parser, and returned as is; only the code between the tags is read and...

Feature in PHP

Features As a programming language for the Web, PHP is hard to ignore. Clean syntax, object-oriented fundamentals, an extensible architecture that encourages innovation, support for both current and upcoming technologies and protocols, and excellent database integration are just some of the reasons for the popularity it currently enjoys in the...

Title Tag Optimization

1)Indicate page titles by using title tags A title tag tells both users and search engines what the topic of a particular page is. The <title> tag should be placed within the <head> tag of the HTML document (1). Ideally, you should create a unique title for each page on your site. <html> <head> <title>Brandon's...

SEO Tutorial for beginner

SEO SEO Interview Questi...

seo interview questions

1 ) What is Search Engines ?  Search Engine are Key of Finding Specific Information on the vast expanse of the World Wide Web 2 ) How to achieve Google Page Rank ?   Google Page Rank Largely Dependent on Links so more the Backlinks you have the more is your page rank it also affected by the rank of page linked to you. One other...

What is SEO

What SEO Is Search Engine Optimization refers to the collection of techniques and practices that allow a site to get more traffic from search engines (Google, Yahoo, Microsoft). SEO can be divided into two main areas: off-page SEO (work that takes place separate from the website) and on-page SEO (website changes to make your website rank better)....