MySQL Forums
Forum List  »  PHP

What is "new" in the expression $mysqli = new mysqli("localhost", "my_user", "my_password", "world");
Posted by: Adrian West
Date: May 22, 2012 05:21AM

I am a newbie struggling to learn MySQL. I can't find an explanation of the word "new" in this expression,

$mysqli = new mysqli("localhost", "my_user", "my_password", "world");

can you explain please?

Options: ReplyQuote


Subject
Written By
Posted
What is "new" in the expression $mysqli = new mysqli("localhost", "my_user", "my_password", "world");
May 22, 2012 05:21AM


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.