Konu
php array kullanımı
02-12-2012, 18:34:14
#2
miscel
foreach($diziadi as $key => $value)
{
echo "$key => $value<br>";
}