I've been drawing a complete blank on this all day...
I have a php page, hotlist.php, which does a bunch of mysql stuff and generates text based on the results. If I use a browser to view hotlist.php?id=10, I get some simple html and text displayed on the page.
I want to be able to display that information in a section of another page, like a table. I just can't figure out how to call it so that it displays that information instead of just outputting "hotlist.php?id=10".
Does that make sense? I want to call hotlist.php from somewhere in another php page so that hotlist.php displays its information in that place...
Any help is appreciated and if I need to clarify this more, I'd be happy to do so.