Friends i have a had a few rough years and when i get back home i started to tinker with my old website. I have cleared a ton of deprecation errors etc but the last 2 have me stumped as i am not a coder i was an electrician. Here is my code.
$nfield = $_POST[nfield];
if (count($nfield) > 0)
{
foreach ($nfield as $key => $var)
{
$var = check_html($var, "nohtml");
$var = trim(htmlspecialchars($var, ENT_QUOTES));
$nfield[$key] = $var;
}
}
Please, if anyone can help i would appreciate it.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.