Advertisement
Guest User

Untitled

a guest
Jun 9th, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. array(3) {
  2. [0]=>
  3. array(2) {
  4. ["forms_email"]=> "max@gmail.com, sm@yandex.ru.ru"
  5. ["form_name"]=> "form_compl"
  6. }
  7. [1]=>
  8. array(2) {
  9. ["forms_email"]=> "max@gmail.com, 123@da.fwe"
  10. ["form_name"]=> "TESTED"
  11. }
  12. [2]=>
  13. array(2) {
  14. ["forms_email"]=> "sm@yandex.ru"
  15. ["form_name"]=> "formname2"
  16. }
  17. }
  18.  
  19. array(3) {
  20. [0]=>
  21. array(2) {
  22. ["forms_email"]=> "max@gmail.com"
  23. ["form_name"]=> "form_compl, TESTED"
  24. }
  25. [1]=>
  26. array(2) {
  27. ["forms_email"]=> "123@da.fwe"
  28. ["form_name"]=> "TESTED"
  29. }
  30. [2]=>
  31. array(2) {
  32. ["forms_email"]=> "sm@yandex.ru"
  33. ["form_name"]=> "formname2, form_compl"
  34. }
  35. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement