MySQL Forums
Forum List  »  PHP

Error: Temporary Name Failure
Posted by: Tom Doe
Date: December 20, 2018 05:30PM

Common error, might be SQL connection or old syntax:

"Warning: mysqli_connect(): php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /opt/lampp/htdocs/forms/companySave.php on line 25

Warning: mysqli_connect(): (HY000/2002): php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /opt/lampp/htdocs/forms/companySave.php on line 25"

My table name: tCompany

Line 25:
if (mysqli_connect($tCompany_SQLinsert)) {

Options: ReplyQuote


Subject
Written By
Posted
Error: Temporary Name Failure
December 20, 2018 05:30PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.