My script is acting strange. After a foreach loop, the script stops. I don't have any error, any warning or notice from Apache. This is the code:
foreach($clientFact as $line)
{
$cliTemp1[] = $line["idcliente"];
echo "qwerty";
}
echo "123";
Ben bir "echo (qwerty") eklerseniz hiçbir şey yapmayacağım sağ döngünün sonunda, qwerty "döngü içinde, bu gösterecektir" "ama.
Ben bir şey eksik!
Teşekkürler