What's wrong? When I give some parameters to my script, for example - lalal%20lala, server takes it and convert it from %20 to %be. Let's see to the access.log (when I trying to give that parameter "<tr><td><!-- ID --></td></tr>" by method GET):
gateway.office.magelan.ru - - [30/Mar/2001:17:26:20 +0400] "GET¨p/index.shtml?category=0&pattern=<tr><td><!--%BEID%BE--></td></tr>¨pHTTP/1.0" 200 588 "-" "Mozilla/4.0¨p(compatible;¨pMSIE¨p5.01;¨pWindows¨pNT¨p5.0)"
Therefore I can't use urldecode in my php script. 🙁((
Help me, please.