3 array in foreach loop
-
hi eb
please help me to complete (???) this loop :<?php $links = rwmb_meta( 'iestore_dl_link', 'type=text' ); $names = rwmb_meta( 'iestore_dl_name', 'type=text' ); $sizes = rwmb_meta( 'iestore_dl_size', 'type=text' ); foreach ( ??? ) { echo "<a href=".$link.">".$name." | ".$size."</a><br>"; } ?>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘3 array in foreach loop’ is closed to new replies.