Open vgavrilovikj opened 4 years ago
How can I send the selected items to POST? If I only attach name="authors[]", this is what I get in POST:
[authors] => Array ( [0] => object:66 [1] => object:70 )
How can I get the value instead of object?
How can I send the selected items to POST? If I only attach name="authors[]", this is what I get in POST:
[authors] => Array ( [0] => object:66 [1] => object:70 )
How can I get the value instead of object?