Hi, I guess it's time for my first post here :)
I've managed to create a php script that can run through a MySQL table and print out OPTIONS for a HTML SELECT tag. That was Google 101. But I want to keep my php and HTML separate so i've used HTML_Template_IT package from PEAR, and that worked out just fine until I had to do that select list. Does anyone know a way to do this the OOP way?
It would be great if someone could point me in the right direction.
Thank You :)