Hi all,
I'm getting this message when I try to run a php script I have to use but did not write.
Deprecated: Function set_magic_quotes_runtime() is deprecated in /opt/lampp/htdocs/webEchange/SiteWeb_V5/inc/fpdf.php on line 1810
Here is line 1810:
set_magic_quotes_runtime(0);
If this is a deprecated function, what can I replace it with?
Thank you very much!