PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
after line 4 on the php file you need $smarty->render().
Also, you might try {foreach} instead of {section}; it has a simpler syntax and is less prone to smarty's limitations and confusing syntax when accessing multi-dimensional arrays.