php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "time window"

What are the potential reasons for a form opening in a new window even when it is intended to open in the same window in PHP?

The potential reasons for a form opening in a new window when it is intended to open in the same window in PHP could be due to the form target attribu...

How can the problem of cookies being deleted when closing the browser window be addressed in PHP?

When cookies are set in PHP without an expiration time, they are considered session cookies and are deleted when the browser window is closed. To addr...

Are there any best practices for handling window closure events in PHP?

Handling window closure events in PHP can be tricky as PHP is a server-side language and does not have direct control over client-side events like win...

What are some potential ways to pass image source information to a popup window using PHP?

When opening a popup window in PHP, you may need to pass image source information from the parent window to the popup window. One way to achieve this...

How can the mailto window be closed after using header() in PHP?

After using the header() function in PHP to redirect to a mailto link, the mailto window may remain open after the email is sent. To close the mailto...

Showing 31 to 35 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.