Categories
PHP

How To Create Dynamic Drop Down Menu In PHP

How To Create Dynamic Drop Down Menu In PHP In this tutorial i will teach you How To Create Dynamic Drop Down Menu In PHP.We are using MySQL as back-end. CSS: .bdy { margin: 0px auto; width:800px; font-family:Calibri; font-size:14px; padding-top:100px; } ul { font-family:Calibri; font-size:14px; margin: 0; padding: 0; list-style: none; } ul li { display: […]

Categories
PHP

How To Create Dynamic And Responsive Image Slider In PHP

How To Create Dynamic And Responsive Image Slider In PHP In this tutorial i will teach You How To Create Dynamic And Responsive Image Slider In PHP.We are using MySQL as back-end.For this we are using FlexSlider and CSS3.To start with it we have to create a table in MySQL.In this example we have one column […]

Categories
Sql Server

How To Backup All Database In SQL Server Which Are Online

How To Backup All Database In SQL Server Which Are Online In this tutorial i will explain How To Backup All Database In SQL Server Which Are Online.We are using CURSOR to achieve this.Cursor is a database object used by applications to manipulate data in a set on a row-by-row basis. Script: DECLARE @name VARCHAR(50) — database name DECLARE @path […]

Categories
Sql Server

What Is Function In SQL Server and How To Use It

What Is Function In SQL Server and How To Use It In this tutorial i will let you know What Is Function In SQL Server and How To Use It.Function is a Transact-SQL or common language runtime (CLR) routine that accepts parameters, performs an action, and returns the resulte.The return value can either be a […]