
Search In
Hello Readers,
In this post I want to explain the Memcached with PHP.
Memcahced is open source distributed memory object caching system it helps you to speeding up the dynamic web applications by reducing database server load.
The Memcached is ver
In OpenERP first, create a database and then install the sale module and account module with mapping your country currency and account module. Then install the mass mailing module in your database and thenconfirme your email templates in mass mailing
An application server is a server program in a computer in a distributed network that provides the business logic for an application program.
The application server can be seen as a three tiered application one containing the UI User
A cookie is a piece of information in the form of a very small text file that is placed on an internet user's hard drive. It is generated by a web page server, which is basically the computer that operates a web site. The information the cookie conta
Follow the steps from mongodb official site for installation of mongodb .Here I will talk about mongodb 2.4 for ubuntu 12.04 and we will keep our database file in the Amazon EC2 EBS(Amazon Elastic Block Store) volume.
Create the data directory in th
For storing new user information in database, first we have to create a new table in database which contain user name,email,password fields.
The logic of the controller is written below. In below code we have create a function registration ,so
When you start working in the database you have to mention your database name ,User name, Password, Database host and your table prefix the WordPress site has 12 tables in the database including the users table the user doesn't create this
Hello,
I would like to know if in WP PHP is possible to make something like that:
I need for the logged user a form which when compiled and submitted, send a mail to the admin with the all data of the user from db and the message he/she write. In thi
A trigger is a unique store procedure that is executes to give a response to particular action on the table of a database using the following SQL statements:
1. Data Manipulation Language (DML) SQL Statements (like INSERT, UPDATE or DELETE).
Find value in all tables in a Database
Some times we know the value which is in our database, but we don't know the Database architecture and mapping with our code base. So if i want to know that where a particular value store, we can use below quer