php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "complete Internet address"

What are some alternative methods to retrieve the internet IP address in PHP?

One alternative method to retrieve the internet IP address in PHP is by using the $_SERVER superglobal variable. This variable contains information ab...

Are there best practices for displaying the internet IP address on a webpage using PHP, especially when the IP address may change periodically?

To display the internet IP address on a webpage using PHP, especially when the IP address may change periodically, it's best to use a service that pro...

How can the issue of the complete address being reflected in a single field with commas be resolved?

Issue: To resolve the issue of the complete address being reflected in a single field with commas, we can split the address into separate fields such...

What is the best way to retrieve the current Internet address in PHP for use in a script that will be downloadable?

To retrieve the current Internet address in PHP, you can use the $_SERVER['HTTP_HOST'] and $_SERVER['REQUEST_URI'] variables to get the hostname and U...

How can PHP be used to retrieve the IP address through which a user is accessing the internet?

To retrieve the IP address through which a user is accessing the internet using PHP, you can use the $_SERVER['REMOTE_ADDR'] variable. This variable c...

Showing 6 to 10 of 8271 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 1654 1655 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.