I need to send special characters (like polish characters) using form. I figured out i need to use urlencode and urldecode. How to use it when sending form?
The code of form is
<form id="form1" action="add.php" method="POST" accept-charset="utf-8">
Description: <input type=text name="title" maxlenght=150/><br/>
Link: <input type=text name="link"/><br/>
<input type=submit value="Send"/>