Advertisement
pferenc

Untitled

Apr 26th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.15 KB | None | 0 0
  1.     foreach ($request->all() as $key => $value) {
  2.        if (strpos( $key,'item') !== FALSE) {
  3.         $splited_value = explode("-", $key);
  4.  
  5.     }
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement