Thread
: Tech
Array question in php output
View Single Post
01-23-2022, 02:51 PM
ZTT
Confirmed User
Industry Role:
Join Date: Apr 2019
Posts: 657
Looks like you're just echoing "print_r", printing the whole array.
Try something like this to loop through the values (there are other ways to loop, if you prefer):
foreach ($pe as $pelist) {echo "$pelist\n";}
__________________
__________________
ZTT
View Public Profile
Find More Posts by ZTT