pastebin

Paste Search Dynamic
Recent pastes
bp action
  1. <?php
  2.  
  3. $action = 'payment';
  4. $bp_action = explode('_', $action);
  5. echo end($bp_action);
  6. ?>
Parsed in 0.015 seconds