PHP_Calculator This is the PHP calculator that we are doing in class, step by step. This will evolve into a minimalistic chat App! Little experiment: does the inline code understand PHP? $text = "hello"; if (true) { echo $text; } Yes it does!