
Search In
Distributions are normally segmented into packages. Each package contains a specific application or service. Examples of packages are a library for handling the PNG image format, a collection of fonts, and a web browser. FN TEST LINUXThe package
HTML5 is the revolution which the web technology needs in today's competitive environment. If we look at the recently launched application in the market then we learn that HTML5 is the future platform for the web application development. Whether you
State Management:
State management is the process used to manage the state of an object. There are two types of state management process which is important and used by every web applications. These two states are:
Client Side
Server Side
Client
Many a times we need use multiple database as per the domain or some other reason . We can easily achieve it with the following code in cakePhp.
Write the following code in app->config->database.php
class DATABASE_CONFIG {
public $defaul
CakePHP database configuration details are in a file that is located at app/Config/database.php.
the database file. You can edit the file in the notepad or sublime and can edit the feilds by which it will be connected to the database.
Here we are
In PHP, to create database in MySQL functions mysql_create_db() or mysql_query() is used. To create database using mysql mysql_create_db() syntax is as follows:
mysql_create_db($dbname);
For example:
Suppose we want to create a database demo.
Cr
To display all tables in a database you need to execute the following commands:
use databasename;
First of all you will go inside your database. Suppose your database name is demo then you will execute the above MySQL statement as:
use demo;
Hello readers!
Many time we get stuck with the query How to get the database information in Mongodb?
Here below is the simple answer for this query-
We can easily get the database information using below predefined methods:
a) show dbs - Populate
Hi i have been asked to the following task.
Your project must meet the following specifications:
1. Create a table tbl_User in MySQL using the console or phpMyAdmin, consisting of the following column names:
a. The table structure is as fo
A lot of our communication may happen over e-mail but the post is not yet dead. From utility bills and legal summons to mailer coupons and other marketing mail, many organizations rely on direct postal mail. Unfortunately, a lot of this mail goes und