January 3, 200917 yr Hi all having problem with str_replace can you please advice $file="../../../../test.php"; $html = file_get_contents($file); $html = "'" . str_replace("'","\\'" $html) . "'"; error Parse error: syntax error, unexpected T_VARIABLE in thank you
Create an account or sign in to comment