anyone knows about this error in webiste ?
im not sure if its okay to post some problem here
this is the error
Function get_magic_quotes_gpc() is deprecated in C:\xampp\htdocs\includes\xinc_functions.php on line 43
the code on line 43:
if(get_magic_quotes_gpc()) {
$strInputString = stripslashes($strInputString);
}
idk how to post sorry







