]*name="filter_id"[^>]*>/', $html, $matches)) {
echo "Filter ID: " . $matches[0] . "\n";
}
if (preg_match('/]*name="filter_name"[^>]*>/', $html, $matches)) {
echo "Filter Name: " . $matches[0] . "\n";
}
if (preg_match('/]*name="filter_email"[^>]*>/', $html, $matches)) {
echo "Filter Email: " . $matches[0] . "\n";
}
// Check select with role filter
if (preg_match('/