php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "database search"

What is the best practice for checking if a username and password exist in a database for a login form in PHP?

When checking if a username and password exist in a database for a login form in PHP, it is best practice to use prepared statements to prevent SQL in...

How can PHP be used to format the date retrieved from a MySQL database to a specific format, such as DD.MM.YYYY HH:MM?

To format the date retrieved from a MySQL database to a specific format like DD.MM.YYYY HH:MM, you can use the PHP date() function along with strtotim...

What are the advantages and disadvantages of using PHP to automate the process of processing existing .sql files for database management?

Issue: Automating the process of processing existing .sql files for database management using PHP can help streamline database updates and migrations....

What are the advantages and disadvantages of using a text file versus a database to store daily visitor counts in PHP?

Storing daily visitor counts in a text file is simpler and requires less setup compared to using a database. However, using a database offers better s...

What is the recommended method for querying data from a MySQL database using PHP?

When querying data from a MySQL database using PHP, it is recommended to use the PDO (PHP Data Objects) extension for improved security and flexibilit...

Showing 9981 to 9985 of 10000 results

‹ 1 2 ... 1991 1992 1993 1994 1995 1996 1997 1998 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.