MySQL Forums
Forum List  »  Newbie

Re: creating a table is there another way to do this?
Posted by: Barry Galbraith
Date: September 22, 2022 06:25PM

Quote

mysqli_error($mysqli)

Opps. sorry. That's precedural. Looks like your using object oriented.
Should be

$mysqli->error

https://www.php.net/manual/en/mysqli.error.php

Good luck,
Barry.

Options: ReplyQuote




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.