Top Features in Drupal 10 & 11 You Shouldn’t Miss – Upgrade Now!

Introduction: Why Upgrade to Drupal 10 & 11? Drupal remains one of the most powerful and flexible open‑source CMS platforms for building dynamic, scalable websites. With Drupal 10 now stable and Drupal 11 on the horizon, you have compelling reasons to plan your upgrade today. Whether you’re on Drupal 9 or an earlier release, moving forward will improve … Read more

MySQL query to get all fields of customer having Y in their firstname or lastname in ascending order of their city names

Select Query

MySQL select query, we will perform below actions. List all customers who is active List all customers who is active and ‘Y’ in their firstname List all customers who is active and ‘Y’ in their lastname List all customers who having ‘Y’ in their lastname or lastname (either one) List all customers who having ‘Y’ … Read more

Change size in mysql query | Alter column size in mysql

Increase Column Size

Change size in mysql table using query, mean you can increase/decrease, add, modify, delete mysql table columns and columns definition. Table of content Show Structure of table Increase column size of table How to show structure of already created table Query: desc student (note: student is a table name) Increase column size of table Query: … Read more

Mysql Alter table| Add column in mysql table | MySQL alter commands

Mysql Alter table

MySQL alter command is used to modify an existing database, table, view or other database objects that might need to change during the life cycle of a database. Or you can used when you want to change the name of your table or any table field. It is also used to add or delete an … Read more

mysql query | mysql query commands | mysql query tutorial

Mysql Query

In this article we will discuss about MySQL Query e.g. Create/show/drop database as well create/alert and delete table and table records. Table of Contents Login to MySQL Create a Database Use Database Show Database Drop Database Create a Table Show structure of table Insert Data into table Select record from Table Update record from Table … Read more

phpmyadmin command line| xampp mysql | mysql command line | mysql query in php

phpmyadmin to mysql command line

XAMPP is a software distribution which provides the Apache web server, MySQL database, PHP or many more  all in one package.it also provided  PhpMyadmin which gives a GUI tool for managing your MySQL databases You can to connect phpMyadmin to MySql command line. We can connect PhpMyadmin to command line in 3 ways. XAMPP Shell … Read more

install PHP MySql Apache in windows 10 | Install PHP MySql Apache

Install PHP MySql Apache

Install PHP MySql Apache in windows 10, You need to check your system configuration. System type is 32-bit Operating System or 64-bit Operating System. Just type google in your browser Search “xampp download” in google Click on link , as below As per your system configuration download the latest version of PHP Note: Very Old … Read more