php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "portion"

What are the best practices for casting NOW() to DATE in PHP queries?

When casting NOW() to DATE in PHP queries, it is important to use the DATE() function to extract just the date portion of the timestamp. This ensures...

How can the BETWEEN AND operator be effectively used in MySQL queries to handle date and time comparisons?

When using the BETWEEN AND operator in MySQL queries for date and time comparisons, it is important to ensure that the date and time values are proper...

What are some common methods for implementing a pagination feature in PHP without using MySQL?

When implementing pagination in PHP without using MySQL, you can achieve this by utilizing arrays to store your data and using PHP functions like arra...

What is the significance of using the SUBSTRING() function in MySQL for updating data?

When updating data in MySQL, the SUBSTRING() function can be used to extract a portion of a string value and then update the data based on that extrac...

What are some recommended resources or tutorials for PHP developers looking to learn more about IP address handling in PHP?

When working with IP addresses in PHP, it is important to understand how to properly handle and manipulate them. One common task is validating an IP a...

Showing 46 to 50 of 418 results

‹ 1 2 ... 7 8 9 10 11 12 13 ... 83 84 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.