Php metin kutusuna tek dizi elemanı, bir geçmek için nasıl

1 Cevap

i am Reading the file contents and passed it in explod function("=",$string) ,it gives me two array parts[0].parts[1] seprated by = .parts[1] array displays all the values of the variable .now how can i use these values one by one to pass in the text box .The variable value comes in this way (value1 value2 value3 value4...)

i [1] arrray parçaları yazınca benim kodu da undefined offset :1 haber atar

1 Cevap

Eğer varsa dizi değerler gibi dizi üzerinde yineleme


<?
foreach($array1 as $arr)
{
?>
<input type=test value= />
<?
}
?>