php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "determine"

How can one determine the clicked button in PHP to load additional data from a MySQL database?

To determine the clicked button in PHP to load additional data from a MySQL database, you can use JavaScript to send an AJAX request to a PHP script t...

Are there any alternative methods, besides get_browser(), to accurately determine the browser and operating system using PHP?

One alternative method to accurately determine the browser and operating system in PHP is by using the $_SERVER['HTTP_USER_AGENT'] variable. This vari...

How can a script determine its position in the hierarchy without relying on folder structure in PHP?

To determine its position in the hierarchy without relying on folder structure in PHP, a script can use the magic constant `__FILE__` to get the full...

How can PHP be used to determine the size of an image without the need for a database?

To determine the size of an image without the need for a database, you can use PHP's getimagesize() function. This function returns an array with the...

What are the potential pitfalls of relying solely on session-get-cookie-params to determine session duration in PHP?

Relying solely on session_get_cookie_params() to determine session duration in PHP can be risky as it only provides information about the cookie setti...

Showing 86 to 90 of 5277 results

‹ 1 2 ... 15 16 17 18 19 20 21 ... 1055 1056 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.