php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "1 to 10"

What is the purpose of generating 30 random numbers with 10% of them being negative in PHP?

Generating 30 random numbers with 10% of them being negative in PHP can be useful for creating a dataset with a mix of positive and negative values fo...

What is the best way to retrieve the last 10 records from a database using PHP and SQL?

To retrieve the last 10 records from a database using PHP and SQL, you can use a SQL query with the ORDER BY clause to sort the records in descending...

How can you display a random selection of 5-10 articles from a database using PHP?

To display a random selection of 5-10 articles from a database using PHP, you can first query the database to retrieve all articles, then randomly sel...

What are the different methods to track and display the last 10 visited pages on a website using PHP?

To track and display the last 10 visited pages on a website using PHP, you can utilize sessions to store the visited pages in an array. You can then d...

How can a PHP script be set up to increase a specific value every 10 minutes?

To increase a specific value every 10 minutes using a PHP script, you can achieve this by storing the value in a database or a file and then setting u...

Showing 21 to 25 of 10000 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 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.