What is disclaimer page? Sample disclaimer page for website

What is disclaimer Page? A disclaimer is a very useful way of protecting you from any action taken against you by a third party. It states the limitation liability for the use of your website and the information it contains. Sample disclaimer Page for website The information contained in this website is for general information … Read more

How to create database user account in cPanel ?

How to create database user account in cPanel ? To create a database user account in cPanel. Follow the below steps : Step 1: Log in to your cPanel account. Step 2: In Database menu, click the ‘MYSQL database wizard’. Step 3: Next to New Database, enter the name for your database and click ‘Next Step’. … Read more

What is FileZilla? How to install and use ?

What is FileZilla? FileZilla is a powerful and free software for transforming files over the internet. It is a cross platform application, consisting of FileZilla client and FileZilla server. The main purpose of FileZilla is to make it easy for you to upload and download files from your Web hosting server. Also you can edit the … Read more

What is plesk Panel? How to install and use it?

What is plesk Panel? Plesk software package is a commercial web hosting automation program. Using this you can easily manage many accepts of accounts such as email accounts, reseller accounts, files, applications through the web based interface. How to install and use parallels Plesk Panel ? First download the Parallels Plesk trial-pack from http://www.odin.com/products/plesk/download/ After downloading … Read more

essential and important JavaScript functions required in website

These are the following important java script functions used in a website. Please note that you may use jquery for all functions Progressive pop ups for Social networking <script> // create social networking pop-ups (function() { // link selector and pop-up window size var Config = { Link: “a.share”, Width: 500, Height: 500 }; // … Read more

important MYSQL syntaxes or query in php program

SQL QUERY SQL stands  for Structured Query Language, it is used for accessing and manipulating  databases. Using SQL one can perform more actions in a database.Such as insert, update, select and delete a records from the database. Essential SQL queries 1. To create a database in mysql  Create database is used to create the database. Syntax CREATE DATABASE database_name; … Read more

What is session in php, how to start and stop session

Session in PHP Session is a way to store the user information(in variables) to be used across multiple pages. For example, When we work with an application, we may open it, do some modification and we close it. This is what a session is.The computer may know who you are, and when you start and end … Read more

Categories PHP