09-26-2008, 02:21 AM
|
#5 (permalink)
|
|
The Addict
Join Date: Jan 2008
Location: USA
Posts: 217
Thanks: 16
|
Or you could do what I did:
PHP Code:
echo '<li>'.implode('</li><li>', $items).'</li>';
It's all a stylistic preference. I don't actually know if this is any faster.
__________________
Programmers are in a race with the Universe to create bigger and better idiot-proof programs, while the Universe is trying to create bigger and better idiots. So far the Universe is winning. - Rich Cook
|
|
|
|