php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "host not responding"

Are there alternative methods to retrieve the host information in PHP if $_SERVER['REMOTE_HOST'] is not working?

If $_SERVER['REMOTE_HOST'] is not working, an alternative method to retrieve the host information in PHP is to use the gethostbyaddr() function. This...

How can one troubleshoot common errors, such as the MySQL server not responding, when setting up PHP and MySQL on a local server?

When setting up PHP and MySQL on a local server, a common issue is the MySQL server not responding. This could be due to incorrect server settings or...

What could be causing the "Host 'paulbreitner' is not allowed to connect to this MySQL server" error in phpMyAdmin?

The error "Host 'paulbreitner' is not allowed to connect to this MySQL server" typically occurs when the user 'paulbreitner' does not have the necessa...

What does the error message "Host 'dd2806.kasserver.com' is not allowed to connect to this MySQL server" indicate in PHP?

The error message "Host 'dd2806.kasserver.com' is not allowed to connect to this MySQL server" indicates that the MySQL server has restricted access f...

What are the potential pitfalls of automatically answering the "Host key not cached" error in a PHP script?

When encountering the "Host key not cached" error in a PHP script, it typically means that the SSH host key for the server is not cached in the known_...

Showing 6 to 10 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.