Category: php

Disable ONLY FULL GROUP BY error in phpmyadmin or in MySQL

Here I can provide you two type of solutions. If you have root access then go with second option. but if dont have any root access you can fixed by PHPMYADMIN. ( which...

How to Setup Virtual Hosts on Ubuntu

What is Virtual Host and why its needed ? Answer : The term Virtual Host is practic to run multiple website on single machine. or on single IP address. Example : Website 1...

How to install Linux Apache, MySQL with PHPMYADMIN, PHP (LAMP) on Ubuntu

LAMP is an open-source platform for web development. It uses LINUX as an operating system, Apache as web server, MySQL as a relational database management system and PHP as an object-oriented programing...