Quantcast
Channel: Free Online Tutorials, PHP, CSS, and Android | On Time IT Solution
Browsing all 174 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

PHP File Create/Write

FILE CREATE /WRITE/CLOSE COMMAND USING PHP 1. FILE CREATE (fopen) : we know that fopen function is used to open a existing file but fopen function also used to create a file. In which we pass two...

View Article


Image may be NSFW.
Clik here to view.

PHP File Open/Read

FILE OPEN /READ/CLOSE COMMAND USING PHP 1. FILE OPEN (fopen): It is used to open the file i.e. using fopen function we open those file which is stored in a folder. In which we pass a two parameter,...

View Article


On-Page SEO & Its Techniques

SEO stands for Search Engine Optimization and it is one of the important technique and factor in the world of digital marketing. The practice of SEO can take your website to rank higher in the search...

View Article

Image may be NSFW.
Clik here to view.

ERROR HANDLING IN PHP

There are two types of error in php: Internal Error & External Error. In a code when logic error is existing then it is called internal error. Using good programming practice, we resolve logic...

View Article

Image may be NSFW.
Clik here to view.

FILTERS IN PHP

We use filter in php to correct and clean the data. For correcting data, we check data is in correct form and there is not any invalid data. For cleaning data, we extract any character from the data...

View Article


A Basic Guide to Off-Page SEO

Since the birth of SEO, it has been considered as an integral part of the digital marketing for the fact that it is that one aspect that constantly focuses on enhancing your webpage ranking in the...

View Article

SEO Fundamentals for Web Developers and Designers

In this fast evolving world of technology and particularly the world of the internet, it is important to follow the pace and do what the world of internet is demanding. The internet has given a new and...

View Article

Types of SEO – White Hat, Black Hat & Grey Hat SEO

The technique of SEO is perhaps the most discussed and important branch of the digital marketing. Understanding the SEO may seem difficult, but once anyone gets familiar with every aspect of the SEO,...

View Article


How Search Engine work

Undoubtedly, search engines today have eased our pain to a great extent and we can find anything and every sort of information by typing our query on Search engines. But, how many of us ever gave a...

View Article


Image may be NSFW.
Clik here to view.

Mysql Insert Id Function in PHP

In PHP mysql_insert_id() function is used for those table which contains Auto-generated field. When function is executed then last query in a row returns the id value. Function returns zero value if...

View Article

Why SEO is important ?

The term “SEO” which stands for Search Engine Optimization is making quite a buzz these days in the world of digital marketing and the reasons are much obvious. SEO is a set of practice that helps your...

View Article

Image may be NSFW.
Clik here to view.

PHP Objects

We know that PHP is object oriented programming language. When we create an object used ‘new’ keyword. Simply we say that an object is an instance of a class. Firstly we defined a class and then we...

View Article

Benefits of SEO for Your Business

SEO is an acronym that stands for the term Search Engine Optimization. The term got into attention for being an effective factor in the world of online or digital marketing. People, across the world...

View Article


Image may be NSFW.
Clik here to view.

PHP Form Required

PHP form required field are used in many web pages. When user doesn’t enter value in the text box or text area or any another field then error message display on the webpage. HOW PHP FORM REQUIRED...

View Article

Why Search Engine Marketing is Significant

The technology advances has reached to such a height that it has become mandatory for the business owner, small and big, to follow the pace. The search engines now days have become a reliable source to...

View Article


Importance of Blog in SEO

SEO otherwise known as Search Engine Optimization is an important factor that helps building the website of the company and driving more potential customers to it. But, along with the practices of SEO,...

View Article

Difference between Article Submission and Blog Submission

The confusion lying around the article and blog submission is something that still has not been answered in a convincing way. Some even go on arguing that there is no difference at all and this has...

View Article


What is the Importance of Backlink?

SEO is a set of practice that helps a website gain popularity and drive traffic to the website. But, SEO alone is not responsible in helping your website get better rankings and many factors run along....

View Article

Image may be NSFW.
Clik here to view.

PHP Classes

A class is the primary building block of a program.  It is basically a collection of functions and variables. We can create functions using keyword function and variables using var. And then we need to...

View Article

Image may be NSFW.
Clik here to view.

HTML Tags Print with PHP Echo Statement

Html is Hypertext markup Language. Now in this session we will use html tag with in echo statement. In PHP, we use echo statement to print the any message or display any output. We use different tags...

View Article
Browsing all 174 articles
Browse latest View live