Hi
Is there a way to display the second latest image using fetch?
Displaying the 1st isn't a problem but if I want to display the 2nd only, or 3rd only?
Quote from: culedude on August 16, 2007, 11:59:55 PM
Hi
Is there a way to display the second latest image using fetch?
Displaying the 1st isn't a problem but if I want to display the 2nd only, or 3rd only?
You could get a data array back instead of html and then with some php in your page grab only the ones you want. I always wanted to add a start with feature, but have not yet.