Closed dimayakovlev closed 2 days ago
$_SERVER['QUERY_STRING'] is used to fill login form action parameter. If $_SERVER['QUERY_STRING'] is empty then function htmlentities() show warning, because parameter 1 is null.
$_SERVER['QUERY_STRING']
htmlentities()
null
Part #83, #85.
$_SERVER['QUERY_STRING']
is used to fill login form action parameter. If$_SERVER['QUERY_STRING']
is empty then functionhtmlentities()
show warning, because parameter 1 isnull
.Part #83, #85.