Answer the question
In order to leave comments, you need to log in
Why PhpStorm swears at the name of the database: "Typo: In word 'mydatabase'"?
I check the existing code using PhpStorm, it gives me this:
Typo: In word 'mydatabase'
<?php
$connection = mysqli_connect('localhost', 'test', 'test', 'mydatabase') or
die("Ошибка подключения к БД" . mysqli_error($connection));
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question