php echo array
function echo_arr($arr){
for ($i=0; $i < count($arr); $i++) {
echo $arr[$i];
}
}
echo_arr($your_array_here);
php echo array
function echo_arr($arr){
for ($i=0; $i < count($arr); $i++) {
echo $arr[$i];
}
}
echo_arr($your_array_here);
php echo arry
echo json_encode($anArray);
php echo array
$a = array ('a' => 'apple', 'b' => 'banana', 'c' => array ('x', 'y', 'z'));
print_r ($a);
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us