loop array
$fruits =['apple', 'banana', 'mango']; foreach($fruits as $fruit){ echo $fruit. "<br>"; }
by guga muchiashvili
2 years ago
PHP
php note
0
Pro tip: use ```triple backticks around text``` to write in code fences
0
Luka Khitaridze 2 years ago
გუგა, as-ს მერე რაც გიწერია ეგ უნდა დალოგო, ამიტომ echo $fruits; ნაცვლად echo $fruit;
REPLY
Show 1 reply