Code Red Posted May 28, 2008 Posted May 28, 2008 This is probably really elementary and I'll kick myself when you tell me, but I can't seem to pull this off - With respect to the function display_count which is in split_page_results, how do I get $from_num as a usable variable? I want to number each line in the product listing result, and to do that I need the "from" value to use as an index... unless there's a simpler way, of course. Quote
Code Red Posted May 28, 2008 Author Posted May 28, 2008 Don't worry, cracked it. This is probably a bit clunky, but.... $count = $listing_split->display_remote_count('%d'); Well, it works :rolleyes: Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.