Hi,
$test = '<?xml-stylesheet type="text/xsl" href="diesunddas" ?>';
$suchmuster = "<?xml-stylesheet.+?>";
echo preg_match($suchmuster, $test);
> ... gibt immer 0.
Nicht nur das, es gibt auch eine Warnmeldung wegen des syntaktisch fehlerhaften regulären Ausdrucks.
Stelle bitte das error\_reporting auf E\_ALL und display\_errors auf 1.
MfG ChrisB
--
RGB is totally confusing - I mean, at least #C0FFEE should be brown, right?