well i figured out to get a list diplayed proberly,
using
Code:
eval('$tabel_list .= "' . fetch_template('test_testtabel') .'";');
and the
$tabel_testtabel ONLY contains the table formatting not table begin or end
then i made ANOTHER template named test_testa and i place a link/hook/ahm location
named $tabel_testtabel where i wanted the list displayed and it actually works.
which means i really only need one main template with the reference to the
others, and call them from the php file, depending what im trying to display.
Gonna make a complete mini test mod now
@Dismounted : yep, thats where i got the final solution
was looking through the forumhome and trying to figure out how it
shows the categories.
just going back and forth until it made some sort of sense.. !
next step - adding user imput to the db with sql injection protection.