php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "tip rows"

How can you check if MySQL rows are present in a string using PHP?

To check if MySQL rows are present in a string using PHP, you can query the database to retrieve the rows and then check if the string contains any of...

What is a more efficient way to retrieve multiple random rows from a database in PHP?

When retrieving multiple random rows from a database in PHP, a more efficient way is to use the `ORDER BY RAND()` clause in the SQL query. This clause...

How can PHP users efficiently hide specific rows in a CSV table while displaying others?

To efficiently hide specific rows in a CSV table while displaying others, users can read the CSV file, filter out the rows they want to hide, and then...

How can you determine the number of rows returned by a database query in PHP?

To determine the number of rows returned by a database query in PHP, you can use the `rowCount()` method provided by the PDO object. This method retur...

How can PHP be used to output database entries in both rows and columns?

To output database entries in both rows and columns using PHP, you can fetch the data from the database and then iterate through the rows to display t...

Showing 11 to 15 of 3003 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 600 601 ›
PHP.ORG

A free knowledge base for PHP developers. Open to all.

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.