php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "SQL results"

In what situations would it be beneficial to provide table structure and test data as SQL code when asking for help with database queries in a PHP forum?

When asking for help with database queries in a PHP forum, providing the table structure and test data as SQL code can be beneficial in helping others...

What are some common code smells in PHP scripts, such as using SELECT * in SQL queries, and how can they be avoided for better code quality?

One common code smell in PHP scripts is using SELECT * in SQL queries, which can lead to performance issues and make the code harder to maintain. To a...

How can PHP be used to output matching entries from a MySQL database based on user input?

To output matching entries from a MySQL database based on user input, you can use PHP to create a query that searches for the input in the database an...

How can one ensure that the first found record is displayed in a form after executing a search query in PHP?

To ensure that the first found record is displayed in a form after executing a search query in PHP, you can fetch the results from the database and di...

What are some ways to sort the output of a mysql_query based on specific words in PHP?

When sorting the output of a mysql_query based on specific words in PHP, you can use the ORDER BY clause in your SQL query along with the CASE stateme...

Showing 9951 to 9955 of 10000 results

‹ 1 2 ... 1988 1989 1990 1991 1992 1993 1994 ... 1999 2000 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.