Skip to content

Foreach empty ul

I use these few lines of code to list folders and subfolders. It works pretty well but I don’t understand why I end up with :

. This is my PHP code :

PHP’s date_diff() is behaving unexpectedly

It’s probably just me being dumb, but … <?php $startDate = date_create('2019-11-01'); $endDate = date_create('2019-12-01'); $interval = date_diff($startDate, $endDate); …

Fetch database results by choosing dropdown option

I have a small problem with my filtering system I’m creating. I have a dropdown with database categories and one category is “Alle” (english: All) and is chosen by default. This option is …