Guest User

Untitled

a guest
Oct 22nd, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. <?php
  2. $file="test.html";
  3.  
  4. $q1 = "??";
  5. $q2="?";
  6.  
  7. $string=file_get_contents($file);
  8.  
  9. $string=substr_replace("$q1", "$q2",$string);
  10. file_put_contents($file, $string);
  11. ?>
Add Comment
Please, Sign In to add comment