current location:Home > Technical Articles > Topics > php mysql
- Direction:
- All web3.0 Backend Development Web Front-end Database Operation and Maintenance Development Tools PHP Framework Daily Programming WeChat Applet Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
-
- What is the delete statement in php mysql
- The php mysql delete statement is Delete. The DELETE statement is used to delete rows from the database table. Its syntax is "DELETE FROM table_name WHERE some_column = some_value".
- php mysql 2966 2020-10-30 09:09:02
-
- How to import database into mysql in php
- How to import the database into mysql through PHP: 1. Import the MySQL database through CMD; 2. Import the MySQL database through Navicat for MySQL; 3. Import the MySQL database through PHP by executing the SQL file.
- php mysql 5580 2020-10-26 15:34:21
-
- How to query the number of mysql records in php
- How to query the number of mysql records in PHP: 1. Use the "mysql_num_rows" function to query the number of mysql records; 2. Query the number of mysql records by modifying the query statement and using "COUNT(*)" as the query content.
- php mysql 3163 2020-10-19 11:50:00
-
- How to query the number of records in php mysql
- How to query the number of records in php mysql: 1. Count directly when querying, with statements such as "$count=$result['count'];"; 2. Take out first, then count, with statements such as "$count=mysql_num_rows($result );".
- php mysql 5518 2020-10-10 10:02:58
-
- Three ways to connect php to mysql database
- There are three ways for PHP to connect to the MySQL database: 1. Native connection; 2. Extended connection through MySQL; 3. Extended connection through PDO.
- php mysql 2512 2020-09-19 17:36:37
-
- How to query mysql file in php
- How to query mysql files in PHP: first use the "mysql_connect" function to connect to the mysql database; then select the specified mysql database through "mysql_select_db"; finally use the "mysql_query" method to query.
- php mysql 1580 2020-09-12 09:37:42
-
- Improve the performance of PHP/MySQL through ProxySQL method
- This article introduces the ProxySQL method to improve the performance of PHP/MySQL.
- php mysql 2001 2020-09-10 17:03:40
-
- Interacting with MySQL database through PDO extension to achieve basic use
- This article introduces the basic use of interacting with the MySQL database through PDO extension.
- php mysql 2761 2020-09-08 13:49:18
-
- MySQL database interaction with PHP Mysqli extension
- This article introduces the use of PHP Mysqli extension to achieve MySQL database interaction.
- php mysql 2544 2020-09-07 09:20:02
-
- MySQL basic use (2) DCL statements and aggregate functions
- This article introduces the basic use of DCL statements and aggregate functions in MySQL.
- php mysql 2413 2020-09-05 17:14:16
-
- MySQL basic use (1) DDL and DML statements
- This article introduces the basic DDL and DML statements used by MySQL.
- php mysql 2263 2020-09-04 16:15:58
-
- Introducing MySQL getting started, installation and client management tools
- This article introduces MySQL entry, installation and client management tools.
- php mysql 2180 2020-09-03 18:26:54
-
- PHP operation mysql database introductory tutorial series
- This article uses 6 articles to introduce in detail how to operate the MySQL database with PHP. Welcome to learn!
- php mysql 2895 2020-09-10 14:35:21
-
- Share two methods of connecting to MySQL in PHP7
- Users of PHP 5 can use the MySQL extension, mysqli and PDO_MYSQL. PHP 7 removed the mysql extension, leaving only the latter two options.
- php mysql 2773 2020-09-03 16:25:14