Feed von
Beiträge
Kommentare

Tag Archiv 'foreach'

Valid Syntax errors: Part 1

It took me about an hour to spot a strange behaviour in my PHP skript: Have a look at this code: What happened? Would I have used phpcs it would have been obvious. I used a semicolon instead of a bracket after the foreach statement. So instead of calling the echo command with each iteration [...]

Lese den ganzen Artikel »