Pleasing, Hoping, Planning
So I’m onto learning PHP finally. After how long of saying I’d learn it, I’m actually going to learn it. I’ve written just some basic blocks that echo, or use the switch function, or break, etc.
< ?php
for ($i = 1; $i < 10; $i = $i + 1) {
[…]