Topics

PHP MySQL

About this topic: Articles tagged __TAG__

Showing 8 articles

Topics

Articles

Showing 8 articles

How-tos How to Describe Database Table With Mysqli_query in PHP This article teaches you how to describe a database table using mysqli_query. We'll describe the table using the SQL DESCRIBE command. The result in the browser will look like what … How-tos How to Count Rows in MySQL PHP This tutorial demonstrates how to count the total number of rows of mysql table in PHP How-tos How to Delete Database in PHPMyAdmin This tutorial introduces how to delete the database in phpMyAdmin How-tos How to Export MySQL Table to Excel in PHP This tutorial introduces how to export MySQL table to Excel in PHP How-tos How to Set Up a Search System With PHP and MySQL This tutorial will teach you how to set a simple search system with PHP and MySQL. You will learn how to create a MySQL database and how to use a prepared statement with the LIKE … How-tos How to Execute Multiple MySQL Queries in PHP This tutorial will teach you to execute multiple MySQL queries with PHP. You'll execute the queries with PHP prepared statements and multi_query, a built-in PHP function. How-tos How to Insert Special Characters Into a Database in PHP This tutorial will introduce the mysqli_real_escape_string() function to insert special characters into a database in PHP. We will compare inserting data with and without the … How-tos Date Format in PHP for Insertion in MySQL This article will introduce how to format date in PHP, before inserting it to MySQL.

← All topics