All Questions
4 questions
1
vote
1
answer
538
views
Show checkbox array values
i'm trying to loop inside my checkbox array and show the value of each element, but its returning 0, and the real value are emails. (lucas.ro****@gmail.com) and (thatian****@gmail.com)
These are my ...
0
votes
1
answer
40
views
Fill a php array with the content of other php arrays
I've been searching for a while now to accomplish my question, so I decided to ask it here.
My problem.
I've filled 2 arrays with content from a database like this:
$query = "SELECT table_1, ...
0
votes
4
answers
79
views
How can i show array without key [closed]
i want show array without []=> mycod is
foreach ($results as $value=>$value2){ //for array $ resullt is array
$array2=print_r($value2);
return true;
}
...
0
votes
6
answers
4k
views
How to show the array content in php
I have an array which looks like:
Array
(
[0] => Array
(
[total words] => 1476
)
[1] => Array
(
[keyword] => difference
...