I am getting the error:
Object of class mysqli_result could not be converted to string
This is my code:
$result = mys
Try with:
$row = mysqli_fetch_assoc($result); echo "my result My account";