Da traduttori professionisti, imprese, pagine web e archivi di traduzione disponibili gratuitamente al pubblico.
in diesem fall wird der browser zuerst etwas wie "un - htmlspecialchars()" auf den wert anwenden und dann erst den url weitergeben.
참고: you need to htmlspecialchars() the whole url, because the url occurs as value of an html-attribute. in this case, the browser will first un- htmlspecialchars() the value, and then pass the url on. php will understand the url correctly, because you urlencoded() the data.