Answer the question
In order to leave comments, you need to log in
PHPStorm IDE, line break before and after if/else?
I would like to make a new line, but I don’t see such a setting point-blank, maybe someone in the know?
Expectation:
$test = 1;
if ($test == 2) {
} else {
}
foreach (...) {
}
$test = 1;
if ($test == 2) {
} else {
}
foreach (...) {
}
Answer the question
In order to leave comments, you need to log in
Try replacing mysqli_fetch_array with mysqli_fetch_assoc . The first has the property of duplicating data.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question