MySQL Forums
Forum List  »  Newbie

Re: Can't connect to MySQL database...
Posted by: Peter Brawley
Date: February 25, 2015 11:25AM

$link = mysqli_connect($host,$root,$pass,$db) or exit( mysqli_connect_error() );

Options: ReplyQuote


Subject
Written By
Posted
February 24, 2015 12:39PM
Re: Can't connect to MySQL database...
February 25, 2015 11:25AM


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.