Jump to content

nextgen

New Members
  • Posts

    2
  • Joined

  • Last visited

nextgen's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. usercp_register.txt The issue is from line 94 of the above text which is stopping users from registering on my site
  2. 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.
×
×
  • Create New...

Important Information

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.