
Search In
When we are working on a shared database multiple users will made changes to it simultaneously.
So in that case when any update is being performed by one person does not gets reflect to the other person using the same table.
So mainly the p
To display a random entry from a MySQL database we need to use a MySQL function rand(). To display the entry from MySQL database in PHP following script is used:
<?php
//connect to server with username and password,
$connection = mysql_connect ("
Hello friends, today we will discuss how to create a custom module in joomla. Here, we are creating a module example. You can change the name of your according to your requirement.
To create a module in joomla four basic files are required:
1. mod_
Authentication is the technique by which a system check the identification of a end User who wants to access it. Since entrance or access control is normally based on the identification of the User who demand access to a resource, Authentication is e
In magento sometimes we need to add fields to the existing table or create a new table for our module, for this purpose we are required to write the installer script instead or performing the operation directly on database.
Lets see how we c
When it comes to growing your SMS database, buying a list should be out of the question. There’s no better way to get people to respond to your CTAs than by growing your SMS database organically, which basically means customers are willing to s
Every business software is essential in the digital world. One software change your entire business model SAP ERP (Enterprise Resource Planning)software interconnect your business work finance, accounting, controlling, procurement, sales, manuf
Data conversion and migration are intertwined. The experienced players of document conversion and outsourcing units often come with many pieces of advices for the best conversion strategy seamlessly from start to finish. They know what best practices
Hello friends, I am writing this blog which will let you know how to install and set up WordPress on Ubuntu. Follow the steps below to install WordPress
Step 1: Create MySQL database
Login to MySQL using this command:
mysql -u root -p
&n
Before we get into the advantages and disadvantages of using Node JS, let me give you a brief idea about Node.js.
It is an open source, cross-platform runtime environment for developing server-side applications. Built on Chrome’s V8 Java Scrip
