php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "modal window"

Is it possible to determine window size with PHP?

To determine the window size in PHP, you can use client-side scripting languages like JavaScript. PHP is a server-side language and does not have dire...

How can a popup window automatically refresh the parent page in PHP?

To automatically refresh the parent page from a popup window in PHP, you can use JavaScript to access the parent window and trigger a refresh. This ca...

How can modal form data be saved in the background in a MySQL database using PHP?

To save modal form data in the background in a MySQL database using PHP, you can use AJAX to send the form data to a PHP script that will handle the d...

Are there any best practices or alternative methods for handling window manipulation in JavaScript?

Handling window manipulation in JavaScript can be done using the `window` object methods like `open()`, `close()`, `resizeTo()`, `moveTo()`, etc. It i...

What are the potential reasons for a form opening in a new window even when it is intended to open in the same window in PHP?

The potential reasons for a form opening in a new window when it is intended to open in the same window in PHP could be due to the form target attribu...

Showing 56 to 60 of 913 results

‹ 1 2 ... 9 10 11 12 13 14 15 ... 182 183 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.