View Single Post
Old 01-23-2022, 03:43 PM  
Publisher Bucks
Confirmed User
 
Industry Role:
Join Date: Oct 2018
Location: New Orleans, Louisiana. / Newcastle, England.
Posts: 1,141
Quote:
Originally Posted by ZTT View Post
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";}
Thanks for the suggestion.

I've tried the code you just suggested but it appears to cut the amount of results significantly (from 100+ down to roughly 20 from the array).

Any thoughts on why that might be happening?
__________________
SOMETHING EXTREME IS COMING SOON!
Publisher Bucks is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote