Help

09/17/2020 06:18 manotskie#1
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
09/18/2020 16:44 aqwp#2
Wrong section.
[Only registered and activated users can see links. Click Here To Register...]

Also googling took me 1.5ms.
[Only registered and activated users can see links. Click Here To Register...]
09/20/2020 11:32 LookAtTheFlower#3
If you're using MAMP , Try to change the php standard version from 7.4.1 to 7.3.7.
09/20/2020 21:57 Lumi#4
#moved