php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "0000-00-00"

How can a date in the format "2014-02-26T20:40:44+0000" be converted to "26.02.2014 20:40 Uhr" in PHP?

To convert a date in the format "2014-02-26T20:40:44+0000" to "26.02.2014 20:40 Uhr" in PHP, you can use the DateTime class to parse the original date...

What are alternative methods, besides PHP, for handling frame navigation and session management in a web application?

When handling frame navigation and session management in a web application, one alternative method to PHP is using JavaScript for client-side frame na...

How can a time string in the format "Tue Dec 14 15:29:59 +0000 2010" be converted to a Unix timestamp in PHP?

To convert a time string in the format "Tue Dec 14 15:29:59 +0000 2010" to a Unix timestamp in PHP, you can use the strtotime() function. This functio...

What are common date formats used in PHP for storing dates in a MySQL database?

When storing dates in a MySQL database using PHP, it is important to use a common date format that MySQL understands. Two common date formats that can...

What is the issue with the minute output in the PHP code provided?

The issue with the minute output in the provided PHP code is that it is using 'i' format character for minutes, which represents minutes with leading...

Showing 81 to 85 of 90 results

‹ 1 2 ... 9 10 11 12 13 14 15 16 17 18 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.