smarty php help
Moderator: General Moderators
Re: smarty php help
My first guess would be that since you're querying listimages, only listings with images will be returned. Might do better with a LEFT JOIN there so you get images if present, but the row isn't omitted from results if there's no associated image.
Re: smarty php help
Could you be a bit more specific?ianhaney wrote:still not working