php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "window size"

In PHP, what are the considerations for displaying a set number of lines in a fixed-width text window with consistent font size?

When displaying a set number of lines in a fixed-width text window with a consistent font size in PHP, you need to ensure that the text is properly fo...

Are there any alternative methods to achieve window resizing in a PHP application without losing variables?

When resizing a window in a PHP application, the page typically reloads, causing the loss of variables stored in memory. To overcome this issue, one a...

How can PHP be used to open a link in a new window?

To open a link in a new window using PHP, you can use the `window.open` JavaScript function within a PHP echo statement. This function allows you to s...

What are the best practices for generating JavaScript using PHP to determine the width of the browser window?

To determine the width of the browser window using PHP, you can generate JavaScript code within your PHP script that will get the width of the window...

What specific JavaScript command can be used to open a window for a user?

To open a window for a user in JavaScript, you can use the `window.open()` method. This method allows you to open a new browser window with a specifie...

Showing 61 to 65 of 4747 results

‹ 1 2 ... 10 11 12 13 14 15 16 ... 949 950 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.