php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "1 to 10"

How can the number of links displayed in a pagination function be limited to 10 in PHP?

To limit the number of links displayed in a pagination function to 10 in PHP, you can keep track of the current page number and only display a subset...

How can the code snippet be modified to calculate the end time of an event 10 days from the current time?

The code snippet can be modified to calculate the end time of an event 10 days from the current time by adding 10 days to the current time using the `...

How can you display the last 10 entries from a MySQL database table using PHP?

To display the last 10 entries from a MySQL database table using PHP, you can use a SELECT query with the ORDER BY clause to sort the entries in desce...

What is the maximum value an INT 10 can hold in PHP?

In PHP, the maximum value an INT 10 can hold is 2147483647. This is because INT data type in PHP is a signed integer with a size of 4 bytes, which all...

What is the correct calculation for limiting guestbook entries to once every 10 minutes in PHP?

To limit guestbook entries to once every 10 minutes in PHP, we need to track the time of the last entry made by a guest and compare it with the curren...

Showing 36 to 40 of 10000 results

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