Probleme mit substr_count

nachdem ich das Formular gesendet habe, hat die $_POST var schon 11 zeichen oO

hier mal das formular

Code:
<title>Suchmaske</title>
<link rel='stylesheet' type='text/css' href='../stylesheet.css'>
<meta name='author' content='CB'>

<form action='./index.php' method='POST'>
 <table border='0' style='margin-left:30px;margin-top:30px;border:1px solid black;background-color:#e9f5f5' cellpadding='0' cellspacing='0'>
        <tr>
            <td>
                <b>Suchbegriff:</b><br>
                <input type='text' name='suchwort' style='width:600px;'></input>
            </td>
        <!--</tr>
        <tr>
            <td>
                Suchoption:
                <input type='radio' name='muster' value='und' checked='checked'>Und</input>
                <input type='radio' name='muster' value='oder'>Oder</input>
            </td>
        </tr>
        <tr>
            <td align='center'>
            Anzahl der Anzeige:
                    <select name="maximum">
                            <option value="10">10</option>
                            <option value="50">50</option>
                            <option value="100">100</option>
                            <option value="200">200</option>
                    </select><br>
            <font style='font-size:10px'>Bitte beachten Sie, bei vielen Suchergebnissen kann die Suche mehr Zeit in Anspruch nehmen!</font>
            </td>
        </tr>
        <tr>-->
            <td align='center'><input type='image' src='lupe.gif'></td>
            <!--<td align='center'><input type='submit' name='search' value='Suchen'></input></td>-->
        </tr>
 </table>
</form>
 
Bah es hat geklappt .....

ich habe in der htm mal was hinzugefügt -.-
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

Toll was?! war scheinbar falsches charset eingestellt. kp warum aber ist halt so ^^

danke für eure mühen.

PS "öffentlich" hat nur 10 Zeichen ;-)
 
Zurück