php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "same window"

How can PHP be used to determine the height of a browser window?

To determine the height of a browser window using PHP, you can use JavaScript to get the height of the window and then pass that value to PHP using AJ...

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...

Showing 46 to 50 of 6178 results

‹ 1 2 ... 7 8 9 10 11 12 13 ... 1235 1236 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.