php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "original date"

How important is it to refer to original English documentation and resources when facing challenges in PHP programming, especially with widely-used libraries like PHPMailer?

It is crucial to refer to original English documentation and resources when facing challenges in PHP programming, especially with widely-used librarie...

What function can be used to convert a date string into a specific format in PHP?

To convert a date string into a specific format in PHP, you can use the `DateTime` class along with the `format()` method. This method allows you to s...

How can values from form inputs be temporarily replaced in PHP without affecting the original values?

When working with form inputs in PHP, you may need to temporarily replace the values without affecting the original values. One way to do this is by s...

How can a PDOStatement be converted back to the original query in PHP?

To convert a PDOStatement back to the original query in PHP, you can access the prepared SQL statement by using the `queryString` property of the PDO...

What is the recommended method in PHP to change a date format from dd.mm.yyyy to yyyy-mm-dd for MySQL?

When working with dates in PHP and MySQL, it is important to ensure that the date formats match to avoid any issues. To change a date format from dd.m...

Showing 36 to 40 of 9999 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.