Znalazłem pośrednie rozwiązanie. Należy w pliku php.ini zmienić lub auktywnić opcję \
Cytat
default_charset = "iso-8859-1"
na default_charset = "iso-8859-2"[QUOTE]. I polskie znaki są w php. Ale teraz mam inny problem. W jednym pliku :
<!-- Rejestracja -->
<?
include \"config.inc.php\";
?>
<html>
<head>
<meta http-equiv=\"Content-Type\" content=\"text/html;
charset=iso-8859-2\"/>
<meta name=\"pragma\" content=\"no-cache\" />
<title>Rejestracja</title>
<link rel=\"stylesheet\" type=\"text/css\" href=\"autoryzacja.css\" />
</head>
<body>
<br><br><br><br>
<form action=\"register1s.php\" method=\"post\">
<table width=\"80%\" align=\"center\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">
<tr>
<td align=\"left\">Regulamin</td>
</tr>
<tr>
<td align=\"center\"><textarea name=\"regulamin\" cols=\"95%\" rows=\"20%\">
REGULAMIN ŚWIADCZENIA USŁUG UDOSTPNIANIA I ZARZĄDZANIA KONTAMI KLIENTÓW PRZEZ FI
M ....
I.Rodzaj i zakres usług
1. .............................................................................
................................................................................
................
2. .............................................................................
................................................................................
................
3. .............................................................................
................................................................................
................
4. .............................................................................
................................................................................
................
5. .............................................................................
................................................................................
................
6. .............................................................................
................................................................................
................
</textarea></td>
</tr>
</table>
<br>
<table width=\"80%\" align=\"center\" border=\"0\" cellspacing=\"2\" cellpadding=\"0\">
<tr>
<td width=\"60%\"><input type=\"checkbox\" name=\"Regulamin\" value=\"1\" /> Akceptuję regulamin</td>
<td><input type=\"radio\" name=\"Kto\" value=\"0\" /> Jestem pracownikiem</td>
<td><input type=\"radio\" name=\"Kto\" value=\"1\" checked=\"checked\" /> Jestem klientem</td>
</tr>
<tr>
<td width=\"65%\"></td>
<td align=\"right\"><input type=\"Button\" name=\"Button\" value=\"Wróć\" onClick=\"location.href='main.php'\"></td>
<td><input type=\"Submit\" name=\"Button\" value=\"Dalej\"</td>
</tr>
</table>
</form>
</body>
</html>
W polu teztarea nie mam poslich znaków tylko znak �.
Co z tym zrobić?