This explains how to perform DELETE, TRUNCATE, And DROP operations on a MySQL database table using PHP in XAMPP in Linux.
Programming
-
- PHP MySQLDatabaseLinuxMariaDBMySQLPHPProgrammingXAMPP
PHP MySQL Logical Operators
By Sravan KumarBy Sravan Kumar 245 viewsThis tutorial explains how to filter data from a MySQL database table using MySQL logical operators such as BETWEEN, IN, AND, OR etc., along with WHERE clause and SELECT query in PHP.
- PHP MySQLDatabaseLinuxMariaDBMySQLPHPProgrammingXAMPP
PHP MySQL LIKE Operator
By Sravan KumarBy Sravan Kumar 109 viewsThis guide explains how to select data from a table using MySQL LIKE operator and WHERE clause in a particular database using PHP in XAMPP.
- PHP MySQLDatabaseLinuxMariaDBMySQLPHPProgrammingXAMPP
PHP MySQL WHERE Clause
By Sravan KumarBy Sravan Kumar 132 viewsIn this guide, We will discuss how to select the records from a MySQL database based on specific conditions with the WHERE clause and the SELECT command using PHP in XAMPP stack.
- PHP MySQLDatabaseLinuxMariaDBMySQLPHPPhpmyadminProgrammingXAMPP
PHP MySQL Select Data
By Sravan KumarBy Sravan Kumar 165 viewsThis tutorial walks you through the steps to select data in a table from a MySQL database using PHP in XAMPP stack.
- PHP MySQLDatabaseLAMP StackLEMP StackLinuxMariaDBMySQLPHPProgrammingXAMPP
Create MySQL Database And Table Using PHP In XAMPP
By Sravan KumarBy Sravan Kumar 458 viewsIn this guide, we will discuss how to create a MySQL database and table using PHP and also how to create the MySQL/MariaDB databases and tables via phpMyAdmin using XAMPP stack.
- XAMPPApacheDatabaseDebianLinuxLinux AdministrationmacOSMariaDBMicrosoftMicrosoft WindowsMySQLOpensourcePerlPHPPhpmyadminProgrammingWeb serversWebserverWindows
How To Install XAMPP In Linux
By skBy sk 784 viewsIn this tutorial, we will learn what is XAMPP stack and how to install XAMPP in Linux. Next, we will discuss how to start or restart XAMPP server and how to access XAMPP test page, phpMyAdmin dashboard. Finally, we will see how to secure XAMPP installation and remove XAMPP if it is not required anymore.
- YAMLDevOpsProgrammingPython
YAML Tutorial | Getting Started With YAML
By KarthickBy Karthick 1,869 viewsYAML, stands for YAML ain’t markup language, is a data serialization language that is a superset of JSON. YAML is so popular because of its simplicity. It is easy to create and read yaml files compared to XML or json.
- GitCommand line utilitiesDevOpsgitGithubLinuxLinux AdministrationLinux BasicsLinux CommandsProgrammingUnix/Linux BeginnersVersion Control System
What is Git and how to install Git in Linux
By skBy sk 668 viewsLearn what is Git, benefits of using Git, how it works, what is GitHub and how to install Git in Linux.
- Shell ScriptsLinuxOpensourceProgrammingScriptingUtilities
How To Format Shell Programs Using Shfmt In Linux
By KarthickBy Karthick 5,398 viewsThis guide explains what is Shfmt, how to install Shfmt in Linux, and finally how to format shell programs using Shfmt in Linux.