also: i have a separator between each entry.. is there an if something() to check if it's the last entry, so the separator doesn't show up at the end?
now i have:
now i have:
Code:
echo $row['name'].", ";


Comment