pastebin

Paste Search Dynamic
Recent pastes
result substr
  1. <?php
  2.  $result = substr($name,0,-3);
  3. echo $result;
  4. ?>
Parsed in 0.006 seconds