WordPress Multisite With Root Domains

wordpress multi-site

This WordPress tutorial will assist you through WordPress multisite deployment. That means, you will learn to set up multiple separate root domains(as much as you want!) in a single WordPress installation and utilizing a single MySQL database. You … [Read more...]

How To Execute Native SQL Query With Doctrine

doctrine

So, seems like you are in big trouble? Otherwise why you will want to execute doctrine native SQL query? In this tutorial I will describe and show how you can perform such operations. But that doesn't necessarily mean, I am encouraging you to use it … [Read more...]

How To Install LAMP Stack On Ubuntu Server

Install LAMP On Ubuntu

OK, As we now know how to connect to amazon EC2 instance remotely, it's time for us to go ahead one step ahead to install LAMP stack on Ubuntu EC2 server instance. We will install Apache, PHP and MySQL separately and will bind them together and get … [Read more...]

Basics On Doctrine CRUD Operations

Dctrine ORM

Some developers don't start using doctrine in their application, just because, they find it a little difficult to get started(I listened so from some of my own friends too). And unluckily, I also faced some similar issue as well. I tried to start it … [Read more...]

Beginning With MySQL Stored Procedure Programming

MySQL Stored Procedures Programming

While doing database programming, we mainly focus on SQL statements that do 'select','insert','update','delete' operations with some conditions 'where','like' and some orders 'group by', 'order by'. For a little complex goal, use join operations. … [Read more...]

Primary/Foreign Key Constraints On MySQL

Mysql Phpmyadmin

We, software developers, sometimes take the headache to solve such problems which actually has very easy/integrated solutions, we just don't know that it does exist and don't know how to use the solution. In this tutorial, I will try to discuss such … [Read more...]

Following Database Best Practices In MySQL

Programming & Development Tutorials

Software developers, now a days, usually use to work in various fields of programming and development. Such as UI design, server side programming(even in various languages like PHP, Asp.NET etc) and database management as well. In each area, if we … [Read more...]