php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "window"

What are some alternative methods for updating the parent page after closing a popup window in PHP?

When a popup window is closed, the parent page does not automatically update to reflect any changes made in the popup window. To update the parent pag...

Is it possible to detect the browser window size using PHP?

It is not possible to directly detect the browser window size using PHP alone since PHP is a server-side language and does not have direct access to c...

How can I load database records in a popup window using PHP?

To load database records in a popup window using PHP, you can create a separate PHP file that retrieves the records from the database and formats them...

What are some best practices for refreshing a page in PHP after executing a code in a new window?

When executing a code that opens a new window in PHP, you may want to refresh the original page after the code has been executed in the new window. To...

What are the limitations of using PHP to determine window size compared to JavaScript?

PHP cannot directly determine the window size of a user's browser like JavaScript can. However, you can use JavaScript to get the window size and then...

Showing 26 to 30 of 830 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 165 166 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.