Eroare cand modific datele userilor
Scris: 13-Ian-2008, 21:03:35
Cand intru in Panoul de control si incerc sa modific datele unui user din Management imi apare eroarea
Pe linia 475 apare:
Cod: Selectaţi tot
Warning: htmlspecialchars() expects parameter 1 to be string, array given in /home/rwha5601/public_html/forum/admin/admin_users.php on line 475
Ce trebuie sa fac?
$temp = $temp2;
}
else
$temp = htmlspecialchars($temp);
$profile_names[$name] = $temp;
if($required && empty($profile_names[$name]))