ok. Then how would I do that query for every key?
I am having the same problem with a non query
$minutes1 returns only one line in the eval.
PHP Code:
//get minutes1
$playerid1=unserialize($getname['preddata1']);
foreach($playerid1 as $playerkey1=>$playervalue1)
{
if (!empty($playervalue1))
{
$minutes1=$playervalue1;
}
}
P.S. How do you guys tab in the editor? Nothing happens for me. I had to do spaces.