Categories
How To Article Technology - Tips

How To Setup Auto Reply In Gmail

How To Setup Auto Reply In Gmail In this tutorial i will let you know How To Setup Auto Reply In Gmail.Auto-Reply is a must feature for all users. 1. Login into your Gmail Account and go to the settings by clicking ‘Settings’ from the menu. 2. Now Scroll down till the end, now you will see Vacation responder, […]

Categories
Microsoft Office

How To Compare Two Word Document

How To Compare Two Word Document In this tutorial i will teach you How To Compare Two Word Document.Microsoft Word have a built in functionality for this.You just have to both the documents which you want to compare. 1. Open Microsoft Word. 2. Click the Review tab and, from the Compare group, choose Compare > Compare. […]

Categories
PHP

How To Display Data In PHP From MySql

How To Display Data In PHP From MySql In this tutorial i will teach you How To Display Data In PHP From MySql.This tutorial will be very helpful when you are thinking of fetching some data from mysql database to represent it through your php code. CODE: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html […]

Categories
PHP

How To Insert Data Into MySql In PHP

How To Insert Data Into MySql In PHP In this tutorial i will teach you How To Insert Data Into MySql In PHP.This tutorial will be very helpful when you are thinking of insert some data into a database table through your PHP code.Here i am using a form with two fields (Employee_firstname,Employee_lastname).Method to insert the […]