Can't retrieve Array Contents (PHP)
i have the problem that it doesnt show me the matches correctly. It gives me the form-group class but shows no matches. Any ideas? <form method="post"> <?php if (is_array($matches) && !empty($matches)): ?> <?php foreach ($matches as $match): ?> <div class="form-group">…