Encoding Parts of Strings
You should never be shoving strings together like this without escaping their components first.
source:
$link[host]
Read Original Source
You should never be shoving strings together like this without escaping their components first.