php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "HTML window"

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

What is the difference between JavaScript and PHP in terms of handling window resizing?

JavaScript is typically used to handle window resizing on the client-side, allowing for dynamic changes to the layout or content based on the size of...

How can variables be passed from a popup window to the main page in PHP?

To pass variables from a popup window to the main page in PHP, you can use JavaScript to set the variables in the main page's parent window. This can...

Showing 61 to 65 of 10000 results

‹ 1 2 ... 10 11 12 13 14 15 16 ... 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.