79619838

Date: 2025-05-13 14:13:42
Score: 1
Natty:
Report link
$url=$_GET['url'];
echo preg_replace("#\\\#ui","/",$url);// use three
echo '<br>or<br>';
echo str_replace("\\","/",$url); //use double
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Hakan