Hope someone can give me a push in the right direction here...
What I want to do is pull a list of hostnames from my database and display them as links on, say, index.php. When a user clicks the link, I want it to invoke a 'hostinfo' module, passing to it the hostname, and then let the module do the work of getting the info.
I've read some articles and feel like this is the best way to do this, but I'm not sure how this gets setup.
Is there an article or something that I should read? I can't find one!