View Single Post
Old 01-23-2022, 02:51 PM  
ZTT
Confirmed User
 
ZTT's Avatar
 
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 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote