php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "HTML window"

How can a beginner in PHP modify code to open a specific link in a new window?

To open a specific link in a new window using PHP, you can modify the HTML output by adding a target attribute with the value "_blank" to the anchor t...

How can a PHP script be structured to handle form submissions from a popup window and close the window simultaneously?

To handle form submissions from a popup window and close the window simultaneously, you can use JavaScript to submit the form asynchronously to a PHP...

How can the issue of a new window opening with reg.php instead of the same window be resolved in PHP?

Issue: To prevent a new window from opening with reg.php, you can use JavaScript to submit the form within the same window instead of opening a new on...

Are there any PHP functions available for setting window size, or is JavaScript the only option?

In PHP, there are no built-in functions to directly set the window size of a browser. This functionality is typically handled using JavaScript, which...

What are the best practices for creating links in PHP to open in a new window?

When creating links in PHP that need to open in a new window, you can use the `target="_blank"` attribute in the HTML output. This attribute tells the...

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.