fork download
  1. <?php
  2. header('Location: '. str_replace('%B9','a',
  3. str_replace('%9C','s',
  4. str_replace('%9F','z',
  5. str_replace('%B1','a',
  6. str_replace('%E6','c',
  7. str_replace('%EA','e',
  8. str_replace('%B3','l',
  9. str_replace('%F1','n',
  10. str_replace('%F3','o',
  11. str_replace('%B6','s',
  12. str_replace('%BC','z',
  13. str_replace('%BF','z',
  14. str_replace('%20','_',rawurlencode($row['nazwa']))))))))))))))
  15. );
  16. ?>
Success #stdin #stdout #stderr 0.01s 20568KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
PHP Notice:  Undefined variable: row in /home/OXNpdM/prog.php on line 15