Category "bin"

there is no bin folder, when I create a Dart project in Intellij IDEA

When I create a Dart project in Intellij IDEA, I can't find a bin folder? that's why huh? Previously I chose "Simple console Application - a simple command-line

PHP, how to convert Int value to Week days

For saving the days of week in a database, I've the existing code : if (isset($_POST['day7'])){$dayOfWeek = 1;} else { $dayOfWeek = ''; } if (isset($_POST['day1