well okay went through that article, and nothing "new" here.
got all that narrowed down.
mypage.php
mypage_content (template)
Exsample in the db i make a table named .table_prefix."testtable
with 2 colums ID(auto,primary) testcontent(text)
with the content =
ID 1 : line 1
ID 2 : line 2
etc.....
---------------------------here we go the hard part

(for me)
I want to display display content from the table lwhere id = 2--
i make my sql query etc.. ...
but where do i make the query, do i make it inside the template ?
or do i make it in the .php file ?
i got my table's in the the template but when i try to run
a query in the templates it just bugs.
i can run querys in the php but cant make it fit into the tables
i import/read from the templates.. hehe lol
confusing, i hope you know what i mean, and what im trying to achive.
i donot have anything to display,
just doing alot of test pages, which i usually delete when they mess to
much up..
EDIT :
- Got php pages and creating vb powered pages
- Got using the querys in vb
- Got using templates.
But mixing it together.. ehhh.. im lost.