php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "domain name"

What are the necessary configurations to make a local server accessible externally under a specific domain name?

To make a local server accessible externally under a specific domain name, you need to configure your domain's DNS settings to point to your public IP...

How can additional country codes be added to the domain name search functionality in the provided PHP script?

To add additional country codes to the domain name search functionality in the provided PHP script, you can modify the existing array of country codes...

Are there any best practices for handling domain resolution in PHP?

When handling domain resolution in PHP, it is best practice to use the gethostbyname() function to resolve a domain name to an IP address. This functi...

What are some common methods for retrieving the subdomain name in PHP?

To retrieve the subdomain name in PHP, you can use the $_SERVER['HTTP_HOST'] variable to get the full domain name, then extract the subdomain from it....

Are there any best practices for handling domain availability checks in PHP scripts?

When handling domain availability checks in PHP scripts, it is important to use a reliable and efficient method to check the availability of a domain...

Showing 31 to 35 of 6830 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 1365 1366 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.