I have an array like this:
$array = array(
user => "user1",
name => "name1",
books => "book1", "book2"
);
I want to go into books and check the value that elements have inside it, in case it would be 2 (book1 and book2)...
asked by
03.09.2018 / 20:47