
Search In
While using Language Integrated Query with XML we first create an XML file or have data into database in XML form
This is our XML file
Ex: Himanshu Joshi 04/06/2010 Mayank Aggrawal 12/12/1997
To read these details we will w
Hellow Reader's ,
In this Blog you can learn how to secure your password in DB with Blowfish password hasher. it is very difficult to hack. you can use blowfish hasher by following these steps.
First use below line in your User (Model)
App::u
MySQL is an open source database software which is used for storing data. Some time we need to run MySQL Server on safe mode. Please follow the below commands one by one to run MySQL server on safe mode.
1) First of all you have to stop MySQL Server
Hello friends, I was working on the project where I need to import countries database with their country codes. I am providing you the countries database with the help of which you can display list for countries with their country codes on your web p
To Create the DataBase Connectin locally with the sql server using c#.net some steps need to be follow .
But Before establish the connection with the database the sql server need to be configured .
Steps to connect with sql server is given below Gi
Hello Guy's
Some time many of us faces difficultly in searching record from dynamic data list in Liferay 6.2, so for your help below I am mentioning how you can do this-
Here I have created two methods for search record from dynamic data list in li
While writing codes in ADO.NET, the first thing you need to make sure what kind of operation are you performing .
If you are performing insert update or delete operation the database connection needs to be opened and closed.
If you
While working with treeview you can bind it with fixed items or with the dynamic items using the database data .
HTML for Treeview
<h3>
Vehicle Details</h3>
<hr />
/* Defining treeview and its properties*/
Drupal gives the amazing feature to use multisite with share code base, Multisite provides the facility to use single Drupal installation setup (including core code, contributed modules, custom modules, and themes) among several sites in which allows
i need to style this page using bootstrap but i can't get that
i need to style the tags with black border
and i need to add some margin to the top and the bottom of the container
<?php
require_once ("../templates/header.php");
?>
<?