php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "time window"

How can the behavior of links within a PHP menu be controlled to open content within the same window instead of a new window?

To control the behavior of links within a PHP menu to open content within the same window instead of a new window, you can use the target attribute wi...

How can you ensure that users are automatically logged out when they close their browser window in a PHP community script?

To ensure that users are automatically logged out when they close their browser window in a PHP community script, you can use session cookies with a s...

Is it possible to determine window size with PHP?

To determine the window size in PHP, you can use client-side scripting languages like JavaScript. PHP is a server-side language and does not have dire...

How can a popup window automatically refresh the parent page in PHP?

To automatically refresh the parent page from a popup window in PHP, you can use JavaScript to access the parent window and trigger a refresh. This ca...

Are there any best practices or alternative methods for handling window manipulation in JavaScript?

Handling window manipulation in JavaScript can be done using the `window` object methods like `open()`, `close()`, `resizeTo()`, `moveTo()`, etc. It i...

Showing 26 to 30 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.