MySQL Forums
Forum List  »  PHP

Re: Connection To GoDaddy MySQL Fails with 500 Error
Posted by: Peter Brawley
Date: April 23, 2018 08:54PM

All database calls require error trapping and reporting, eg minimally ...

$conn = mysqli_connect(...) or exit( mysqli_connect_error() );

Options: ReplyQuote


Subject
Written By
Posted
Re: Connection To GoDaddy MySQL Fails with 500 Error
April 23, 2018 08:54PM


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.