You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The magic quotes feature is completely removed as of PHP 8.0 Since it is impossible for it to be turned on, we do not need to stripslashes() at all now.
Getting this error in PHP 7.4.
Code involved:
The text was updated successfully, but these errors were encountered: