Page 1 of 1

How to use a node properly, need help...

Posted: Fri Jul 20, 2007 5:24 pm
by WithHisStripes
Heya,
So I am developing my first full blown site from my own hand typed PHP. I'm wanting to call data from different files dependant upon what link a person clicks, something like an include, but I can't really figure out how to do it.

Example: Content management system... You have a single template. And when a new link is created, it's inserted into the template. When the user clicks the template it routes to a new URL and pulls the node (let's call it content.php) into the page.

Does that all make sense? Thanks!