php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "historical data"

What are the best practices for writing data to a database using PHP without displaying a new page?

When writing data to a database using PHP without displaying a new page, you can use AJAX to send the data asynchronously to the server in the backgro...

What are some best practices for passing data from a MySQL query to a graph function in PHP?

When passing data from a MySQL query to a graph function in PHP, it is best practice to fetch the query results into an array and then encode it into...

How does using the "post" method in a form submission affect the security of user data in PHP?

Using the "post" method in a form submission helps enhance the security of user data in PHP by keeping the data hidden from the URL and not visible in...

What alternative method could be used instead of regular expressions for extracting data from a website in PHP?

Regular expressions can be complex and difficult to maintain, especially when extracting data from websites with changing structures. An alternative m...

What is the best way to use SUM() and group by in PHP to combine and display data?

When using SUM() and group by in PHP to combine and display data, you need to first fetch the data from the database using a query that includes the S...

Showing 9996 to 10000 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.